C# 클래스 ComponentFactory.Krypton.Navigator.ViewDrawNavOutlookMini

Navigator view element for drawing a selected check button for the Outlook mini mode.
상속: ViewDrawNavCheckButtonBase
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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