C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuRadioButton

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.

Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuRadioButton ( IContextMenuProvider provider, KryptonContextMenuRadioButton radioButton ) : System

Initialize a new instance of the ViewDrawMenuRadioButton class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Release unmanaged and optionally managed resources.

Private Methods

Méthode Description
OnCheckedChanged ( object sender, EventArgs e ) : void
OnClick ( object sender, EventArgs e ) : void

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

Dispose() protected méthode

Release unmanaged and optionally managed resources.
protected Dispose ( bool disposing ) : void
disposing bool Called from Dispose method.
Résultat void

Layout() public méthode

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

ToString() public méthode

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

ViewDrawMenuRadioButton() public méthode

Initialize a new instance of the ViewDrawMenuRadioButton class.
public ViewDrawMenuRadioButton ( IContextMenuProvider provider, KryptonContextMenuRadioButton radioButton ) : System
provider IContextMenuProvider Reference to provider.
radioButton KryptonContextMenuRadioButton Reference to owning radio button entry.
Résultat System