RibbonTab Class
Represents a tab that can contain RibbonPanel objects
Namespace: PCB_Investigator.PCBIControls.RibbonAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public class RibbonTab : Component, IRibbonElement,
IRibbonToolTip, IContainsRibbonComponents
Public Class RibbonTab
Inherits Component
Implements IRibbonElement, IRibbonToolTip, IContainsRibbonComponents
public ref class RibbonTab : public Component,
IRibbonElement, IRibbonToolTip, IContainsRibbonComponents
type RibbonTab =
class
inherit Component
interface IRibbonElement
interface IRibbonToolTip
interface IContainsRibbonComponents
end
- Inheritance
- Component RibbonTab
- Implements
- IContainsRibbonComponents, IRibbonElement, IRibbonToolTip
| Bounds |
Gets the TabBounds property value
|
| Panels |
Gets the collection of panels that belong to this tab
|
| ScrollLeftBounds |
Gets if the left scroll button bounds
|
| ScrollLeftPressed |
Gets if the left scroll button is currently pressed
|
| ScrollLeftSelected |
Gets if the left scroll button is currently selected
|
| ScrollLeftVisible |
Gets if the left scroll button is currently visible
|
| ScrollRightBounds |
Gets if the right-side scroll button bounds
|
| ScrollRightPressed |
Gets if the right-side scroll button is currently pressed
|
| ScrollRightSelected |
Gets if the right-side scroll button is currently selected
|
| ScrollRightVisible |
Gets if the right-side scroll button is currently visible
|
| Tag |
Gets or sets the object that contains data about the control
|
| Text |
Gets or sets the text that is to be displayed on the tab
|
| ToolTip |
Gets or sets the tool tip text
|
| ToolTipIcon |
Gets or sets the image of the tool tip
|
| ToolTipImage |
Gets or sets the tool tip image
|
| ToolTipTitle |
Gets or sets the tool tip title
|
| Value |
Gets or sets the custom string data associated with this control
|
| Visible |
Gets or sets the visibility of this tab
|