Version

Search Results

InProgress(DockManagerEventIds) Method

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 ...

InProgress(Int32) Method

Syntax Parameters eventIndex

InProgress Method

Indicates whether the event identified by the eventid is in progress. Overload List

IsEnabled(DockManagerEventGroups) Method

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...

IsEnabled(DockManagerEventIds) Method

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...

IsEnabled(Int32) Method

Syntax Parameters eventIndex

IsEnabled(Int32[]) Method

Syntax Parameters eventIndexes

IsEnabled Method

Indicates whether the event identified by the eventid is enabled. Overload List

SetEnabled(DockManagerEventGroups,Boolean) Method

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...