C# Class ComponentFactory.Krypton.Toolkit.ViewLayoutMenuItemSelect

View element that creates and lays out the image list items.
Inheritance: ViewComposite
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
Close ( CloseReasonEventArgs e ) : void

Raises the Close event on the provider.

Closing ( CancelEventArgs cea ) : void

Raises the Closing event on the provider.

GetPreferredSize ( ViewLayoutContext context ) : Size

Discover the preferred size of the element.

Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

SyncChildren ( ) : void
ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutMenuItemSelect ( KryptonContextMenuImageSelect itemSelect, IContextMenuProvider provider ) : System

Initialize a new instance of the ViewLayoutMenuItemSelect class.

Method Details

Close() public méthode

Raises the Close event on the provider.
public Close ( CloseReasonEventArgs e ) : void
e CloseReasonEventArgs A CancelEventArgs containing the event data.
Résultat void

Closing() public méthode

Raises the Closing event on the provider.
public Closing ( CancelEventArgs cea ) : void
cea CancelEventArgs A CancelEventArgs containing the event data.
Résultat void

GetPreferredSize() public méthode

Discover the preferred size of the element.
public GetPreferredSize ( ViewLayoutContext context ) : Size
context ViewLayoutContext Layout context.
Résultat System.Drawing.Size

Layout() public méthode

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Résultat void

SyncChildren() public méthode

public SyncChildren ( ) : void
Résultat void

ToString() public méthode

Obtains the String representation of this instance.
public ToString ( ) : string
Résultat string

ViewLayoutMenuItemSelect() public méthode

Initialize a new instance of the ViewLayoutMenuItemSelect class.
public ViewLayoutMenuItemSelect ( KryptonContextMenuImageSelect itemSelect, IContextMenuProvider provider ) : System
itemSelect KryptonContextMenuImageSelect Reference to owning instance.
provider IContextMenuProvider Provider of context menu information.
Résultat System