[]
C1CommandMdiList.
[C1Description("C1CommandMdiList", "Represents a command that expands to the list of available MDI child windows at runtime.")]
public class C1CommandMdiList : C1Command, IComponent, IDisposable
Name | Description |
---|---|
C1CommandMdiList() | Initializes a new instance of the C1CommandMdiList class. |
Name | Description |
---|---|
DefaultText | This property is for internal use only. |
ListHidden | Gets or sets the value indicating whether to list hidden windows. |
MaxItems | Sets or returns the maximum number of menu items created. |
Text | This property is for internal use only. |
Name | Description |
---|---|
Dispose(bool) | Releases the resources used by the C1CommandMdiList. |
Invoke(ClickEventArgs) | This method should not be called directly, as there is no clear meaning in invoking a command which is actually a placeholder for commands created on the fly. |
IsEmpty() | Returns true if there are currently no items in the list. |
OnBeforeSelectWindow(BeforeSelectWindowEventArgs) | This method is for internal use only. |
OnCommandLinkAdded(CommandLinkEventArgs) | This method is for internal use only. |
OnCommandLinkRemoved(CommandLinkEventArgs) | This method is for internal use only. |
OnCommandStateQuery(CommandStateQueryEventArgs) | This method is for internal use only. |
ShowSelectorWindow() | Populates and shows the popup window with the list of all currently available MDI child windows. |
Name | Description |
---|---|
BeforeSelectWindow | Occurs before the Select Window dialog is shown. |