Enumerations #
Name |
Values |
|
This class exposes no enumerations. |
Constants #
Name |
Type |
Value |
|
|
This class exposes no constants. |
Events #
Definition |
Parameters |
Description |
ItemClosed |
item as GraffitiTabPanelItem |
Raised when the user has closed a tab using its close button. |
SelectionChanged |
selectedItem as GraffitiTabPanelItem |
Raised when the user has selected a different tab. |
Resizing |
newWidth as Integer |
Will fire at most every 250ms when the size of the control is changed. |
newHeight as Integer |
Methods #
Definition |
Parameters |
Return Type |
Description |
AddItem |
item as GraffitiTabPanelItem |
None |
Adds the specified tab to the display. |
IndexOf |
item as GraffitiTabPanelItem |
Integer |
Returns the index of the specified tab. |
InsertItem |
atIndex as Integer |
None |
Inserts the specified tab at the provided atIndex. |
item as GraffitiTabPanelItem |
Item |
index as Integer |
GraffitiTabPanelItem |
Returns the tab class instance at the specified index. |
LastIndex |
None |
Integer |
Returns the index of the last tab currently displayed. |
RemoveAll |
None |
None |
Removes all tabs. |
RemoveItem |
index as Integer |
None |
Removes the item at the specified index. |
RemoveItem |
item as GraffitiTabPanelItem |
None |
Removes the specified item. |
SelectedItem |
None |
GraffitiTabPanelItem |
Returns the currently selected tab. |
Properties #
Name |
Type |
Default Value |
Description |
This class exposes no properties.
Examples #
There are currently no examples for this product.