C# Class ComponentFactory.Krypton.Navigator.ViewDrawNavCheckButtonTab

Navigator view element for drawing a tab check button for a krypton page.
Inheritance: ViewDrawNavCheckButtonBar
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Obtains the String representation of this instance.

UpdateButtonSpecMapping ( ) : void

Update the button spec manager mapping to reflect current settings.

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

Initialize a new instance of the ViewDrawNavCheckButtonTab class.

Method Details

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string

UpdateButtonSpecMapping() public method

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

ViewDrawNavCheckButtonTab() public method

Initialize a new instance of the ViewDrawNavCheckButtonTab class.
public ViewDrawNavCheckButtonTab ( 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.
return System