C# Class ComponentFactory.Krypton.Toolkit.ViewDrawMenuLinkLabel

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.

ToString ( ) : string

Obtains the String representation of this instance.

ViewDrawMenuLinkLabel ( IContextMenuProvider provider, KryptonContextMenuLinkLabel linkLabel ) : System

Initialize a new instance of the ViewDrawMenuLinkLabel class.

Private Methods

Méthode Description
OnClick ( object sender, EventArgs e ) : void
OnCommandPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnPropertyChanged ( object sender, PropertyChangedEventArgs 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

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

ToString() public méthode

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

ViewDrawMenuLinkLabel() public méthode

Initialize a new instance of the ViewDrawMenuLinkLabel class.
public ViewDrawMenuLinkLabel ( IContextMenuProvider provider, KryptonContextMenuLinkLabel linkLabel ) : System
provider IContextMenuProvider Reference to provider.
linkLabel KryptonContextMenuLinkLabel Reference to owning link label entry.
Résultat System