AspTab
Summary
Represents an active symbol panel tab.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
See Also
Properties
Id
Summary
Returns unique ID of the current tab.
Signature
1 | |
Return Value
string
Title
Summary
Returns title of the current tab.
Signature
1 | |
Return Value
string
Child
Summary
Get / set content of current tab.
Signature
1 | |
Return Value
ControlBase
Index
Summary
Get / set index of current tab (Must be greater than zero).
Signature
1 | |
Return Value
int
IsSelected
Summary
Get / set selected state of current tab.
Signature
1 | |
Return Value
bool
Events
IsSelectedChanged
Summary
Occurs after tab IsSelected value change.
Signature
1 | |