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

Наследование: 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.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuCheckBox ( IContextMenuProvider provider, KryptonContextMenuCheckBox checkBox ) : System

Initialize a new instance of the ViewDrawMenuCheckBox class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
OnClick ( object sender, EventArgs e ) : void
OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

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

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат 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

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

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

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

Initialize a new instance of the ViewDrawMenuCheckBox class.
public ViewDrawMenuCheckBox ( IContextMenuProvider provider, KryptonContextMenuCheckBox checkBox ) : System
provider IContextMenuProvider Reference to provider.
checkBox KryptonContextMenuCheckBox Reference to owning check box entry.
Результат System