C# Class ComponentFactory.Krypton.Navigator.NavigatorButton

Storage for button related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
OnCloseClick void
OnContextClick void
OnNextClick void
OnPreviousClick void
ShouldSerializeCloseButton bool
ShouldSerializeCloseButtonShortcut bool
ShouldSerializeContextButton bool
ShouldSerializeContextButtonShortcut bool
ShouldSerializeNextButton bool
ShouldSerializeNextButtonShortcut bool
ShouldSerializePreviousButton bool
ShouldSerializePreviousButtonShortcut bool

Méthodes publiques

Méthode Description
NavigatorButton ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorButton class.

ResetButtonDisplayLogic ( ) : void

Resets the ButtonDisplayLogic property to its default value.

ResetCloseButtonShortcut ( ) : void

Resets the CloseButtonShortcut property to its default value.

ResetContextButtonShortcut ( ) : void

Resets the ContextButtonShortcut property to its default value.

ResetNextButtonShortcut ( ) : void

Resets the NextButtonShortcut property to its default value.

ResetPreviousButtonShortcut ( ) : void

Resets the PreviousButtonShortcut property to its default value.

Private Methods

Méthode Description
OnCloseClick ( object sender, EventArgs e ) : void
OnContextClick ( object sender, EventArgs e ) : void
OnNextClick ( object sender, EventArgs e ) : void
OnPreviousClick ( object sender, EventArgs e ) : void
ShouldSerializeCloseButton ( ) : bool
ShouldSerializeCloseButtonShortcut ( ) : bool
ShouldSerializeContextButton ( ) : bool
ShouldSerializeContextButtonShortcut ( ) : bool
ShouldSerializeNextButton ( ) : bool
ShouldSerializeNextButtonShortcut ( ) : bool
ShouldSerializePreviousButton ( ) : bool
ShouldSerializePreviousButtonShortcut ( ) : bool

Method Details

NavigatorButton() public méthode

Initialize a new instance of the NavigatorButton class.
public NavigatorButton ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Résultat System

ResetButtonDisplayLogic() public méthode

Resets the ButtonDisplayLogic property to its default value.
public ResetButtonDisplayLogic ( ) : void
Résultat void

ResetCloseButtonShortcut() public méthode

Resets the CloseButtonShortcut property to its default value.
public ResetCloseButtonShortcut ( ) : void
Résultat void

ResetContextButtonShortcut() public méthode

Resets the ContextButtonShortcut property to its default value.
public ResetContextButtonShortcut ( ) : void
Résultat void

ResetNextButtonShortcut() public méthode

Resets the NextButtonShortcut property to its default value.
public ResetNextButtonShortcut ( ) : void
Résultat void

ResetPreviousButtonShortcut() public méthode

Resets the PreviousButtonShortcut property to its default value.
public ResetPreviousButtonShortcut ( ) : void
Résultat void