[]
        
(Showing Draft Content)

C1.Win.Command.C1CommandMdiList

C1CommandMdiList Class

C1CommandMdiList.

Inheritance
C1CommandMdiList
Implements
Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
[C1Description("C1CommandMdiList", "Represents a command that expands to the list of available MDI child windows at runtime.")]
public class C1CommandMdiList : C1Command, IComponent, IDisposable

Constructors

Name Description
C1CommandMdiList()

Initializes a new instance of the C1CommandMdiList class.

Properties

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.

Methods

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.

Events

Name Description
BeforeSelectWindow

Occurs before the Select Window dialog is shown.