C# Класс ComponentFactory.Krypton.Navigator.ViewDrawNavOutlookMini

Navigator view element for drawing a selected check button for the Outlook mini mode.
Наследование: ViewDrawNavCheckButtonBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
CreateMouseController ( ) : IMouseController

Create a mouse controller appropriate for operating this button.

Приватные методы

Метод Описание
OnMiniClick ( object sender, EventArgs e ) : void
OnPopupFinished ( object sender, EventArgs e ) : void

Описание методов

CreateMouseController() защищенный Метод

Create a mouse controller appropriate for operating this button.
protected CreateMouseController ( ) : IMouseController
Результат IMouseController

GetImage() публичный Метод

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState The state for which the image is needed.
Результат Image

GetLongText() публичный Метод

Gets the content long text.
public GetLongText ( ) : string
Результат string

GetShortText() публичный Метод

Gets the content short text.
public GetShortText ( ) : string
Результат string

ToString() публичный Метод

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

ViewDrawNavOutlookMini() публичный Метод

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.
Результат System