| CtrlQueuePopAction Property |
[This is preliminary documentation and is subject to change.]
Pops next action off the action list and makes it the active action. Returns zero if none.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int PopAction { get; }
Public ReadOnly Property PopAction As Integer
Get
public:
property int PopAction {
int get ();
}
member PopAction : int with get
function get_PopAction();
Property Value
Type:
Int32See Also