C# Class ComponentFactory.Krypton.Navigator.ViewDrawNavOutlookMini

Navigator view element for drawing a selected check button for the Outlook mini mode.
Inheritance: ViewDrawNavCheckButtonBase
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method 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.

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

Initialize a new instance of the ViewDrawNavOutlookSelected class.

Protected Methods

Method Description
CreateMouseController ( ) : IMouseController

Create a mouse controller appropriate for operating this button.

Private Methods

Method Description
OnMiniClick ( object sender, EventArgs e ) : void
OnPopupFinished ( object sender, EventArgs e ) : void

Method Details

CreateMouseController() protected method

Create a mouse controller appropriate for operating this button.
protected CreateMouseController ( ) : IMouseController
return IMouseController

GetImage() public method

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

GetLongText() public method

Gets the content long text.
public GetLongText ( ) : string
return string

GetShortText() public method

Gets the content short text.
public GetShortText ( ) : string
return string

ToString() public method

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

ViewDrawNavOutlookMini() public method

Initialize a new instance of the ViewDrawNavOutlookSelected class.
public ViewDrawNavOutlookMini ( 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