Overload List
Indicates whether the event identified by the eventid is in progress. Syntax Parameters eventid Identifies the event to check. Return Value True if event in progress, false otherwise. Remarks To determine if a specific event is processing its event code at the current point in time, use the InProgress method. You ...
Syntax Parameters eventIndex
Indicates whether the event identified by the eventid is in progress. Overload List
Indicates whether all events in the specified group are enabled. Syntax Parameters group The DockManagerEventGroup containing the events for which you want to check the enabled state. Return Value True if all the events in the group are currently enabled, False if any of the groups events are disabled. Remarks The...
Indicates whether the event identified by the eventid is enabled. Syntax Parameters eventid Identifies the event for which you want to check the enabled state. Return Value True if the event is currently enabled, False if the event is disabled. Remarks The EventManager is used to selectively enable and disable eve...
Syntax Parameters eventIndex
Syntax Parameters eventIndexes
Indicates whether the event identified by the eventid is enabled. Overload List
Enables or disables all the events associated with the specified group. Syntax Parameters group One of the DockManagerEventGroups containing the events for which you want to set the enabled state.enabled The state that will be assigned to each event in the group. Specify True to enable all of the groups events, or...