AspBlock
Summary
Represents an active symbol panel block.
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 22 23 24 25 26 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | |
See Also
Properties
Id
Summary
Returns unique ID of the current block.
Signature
1 | |
Return Value
string
Title
Summary
Returns title of the current block.
Signature
1 | |
Return Value
string
Child
Summary
Get / set content of current block.
Signature
1 | |
Return Value
ControlBase
Height
Summary
Get / set height of current block (default is 200).
Signature
1 | |
Return Value
double
Index
Summary
Get index of current block.
Signature
1 | |
Return Value
int
IsExpanded
Summary
Get expanded state of current block.
Signature
1 | |
Return Value
bool
IsAttached
Summary
Get / set block attached/ detached state.
Signature
1 | |
Return Value
bool
IsDetachable
Summary
Get / set block detachability, if True user can attach or detach the block.
Signature
1 | |
Return Value
bool
DetachedWindow
Summary
Returns detached window properties.
Signature
1 | |
Return Value
DetachedWindow
Events
Attached
Summary
Occurs when block attached.
Signature
1 | |
Detached
Summary
Occurs when block is detached.
Signature
1 | |
Updated
Summary
Occurs when block is updated.
Signature
1 | |