C# Класс ComponentFactory.Krypton.Toolkit.ViewLayoutMenuItemSelect

View element that creates and lays out the image list items.
Наследование: ViewComposite
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Close() публичный Метод

Raises the Close event on the provider.
public Close ( CloseReasonEventArgs e ) : void
e CloseReasonEventArgs A CancelEventArgs containing the event data.
Результат void

Closing() публичный Метод

Raises the Closing event on the provider.
public Closing ( CancelEventArgs cea ) : void
cea CancelEventArgs A CancelEventArgs containing the event data.
Результат void

GetPreferredSize() публичный Метод

Discover the preferred size of the element.
public GetPreferredSize ( ViewLayoutContext context ) : Size
context ViewLayoutContext Layout context.
Результат System.Drawing.Size

Layout() публичный Метод

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Результат void

SyncChildren() публичный Метод

public SyncChildren ( ) : void
Результат void

ToString() публичный Метод

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

ViewLayoutMenuItemSelect() публичный Метод

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.
Результат System