| CtrlQueueNumActions Property |
[This is preliminary documentation and is subject to change.]
Number of Actions on the current actionlist (that have been popped off the control queue by CheckControlActions)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int NumActions { get; }
Public ReadOnly Property NumActions As Integer
Get
public:
property int NumActions {
int get ();
}
member NumActions : int with get
function get_NumActions();
Property Value
Type:
Int32See Also