AspTab¶
Summary¶
Represents an active symbol panel tab.
Signature
1 |
|
Namespace¶
cAlgo.API
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 |
|