C# Class ComponentFactory.Krypton.Navigator.ViewDrawNavCheckButtonStack

Navigator view element for drawing a stack check button for a krypton page.
Inheritance: ViewDrawNavCheckButtonBase
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
GetImage ( PaletteState state ) : Image

Gets the content image.

GetLongText ( ) : string

Gets the content long text.

GetShortText ( ) : string

Gets the content short text.

ToString ( ) : string

Obtains the String representation of this instance.

UpdateButtonSpecMapping ( ) : void

Update the button spec manager mapping to reflect current settings.

ViewDrawNavCheckButtonStack ( KryptonNavigator navigator, KryptonPage page, VisualOrientation orientation ) : System

Initialize a new instance of the ViewDrawNavCheckButtonStack class.

Method Details

GetImage() public méthode

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
Résultat Image

GetLongText() public méthode

Gets the content long text.
public GetLongText ( ) : string
Résultat string

GetShortText() public méthode

Gets the content short text.
public GetShortText ( ) : string
Résultat string

ToString() public méthode

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

UpdateButtonSpecMapping() public méthode

Update the button spec manager mapping to reflect current settings.
public UpdateButtonSpecMapping ( ) : void
Résultat void

ViewDrawNavCheckButtonStack() public méthode

Initialize a new instance of the ViewDrawNavCheckButtonStack class.
public ViewDrawNavCheckButtonStack ( KryptonNavigator navigator, KryptonPage page, VisualOrientation orientation ) : System
navigator KryptonNavigator Owning navigator instance.
page KryptonPage Page this check button represents.
orientation VisualOrientation Orientation for the check button.
Résultat System