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

Storage for button related properties.
상속: ComponentFactory.Krypton.Toolkit.Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnCloseClick void
OnContextClick void
OnNextClick void
OnPreviousClick void
ShouldSerializeCloseButton bool
ShouldSerializeCloseButtonShortcut bool
ShouldSerializeContextButton bool
ShouldSerializeContextButtonShortcut bool
ShouldSerializeNextButton bool
ShouldSerializeNextButtonShortcut bool
ShouldSerializePreviousButton bool
ShouldSerializePreviousButtonShortcut bool

공개 메소드들

메소드 설명
NavigatorButton ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorButton class.

ResetButtonDisplayLogic ( ) : void

Resets the ButtonDisplayLogic property to its default value.

ResetCloseButtonShortcut ( ) : void

Resets the CloseButtonShortcut property to its default value.

ResetContextButtonShortcut ( ) : void

Resets the ContextButtonShortcut property to its default value.

ResetNextButtonShortcut ( ) : void

Resets the NextButtonShortcut property to its default value.

ResetPreviousButtonShortcut ( ) : void

Resets the PreviousButtonShortcut property to its default value.

비공개 메소드들

메소드 설명
OnCloseClick ( object sender, EventArgs e ) : void
OnContextClick ( object sender, EventArgs e ) : void
OnNextClick ( object sender, EventArgs e ) : void
OnPreviousClick ( object sender, EventArgs e ) : void
ShouldSerializeCloseButton ( ) : bool
ShouldSerializeCloseButtonShortcut ( ) : bool
ShouldSerializeContextButton ( ) : bool
ShouldSerializeContextButtonShortcut ( ) : bool
ShouldSerializeNextButton ( ) : bool
ShouldSerializeNextButtonShortcut ( ) : bool
ShouldSerializePreviousButton ( ) : bool
ShouldSerializePreviousButtonShortcut ( ) : bool

메소드 상세

NavigatorButton() 공개 메소드

Initialize a new instance of the NavigatorButton class.
public NavigatorButton ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System

ResetButtonDisplayLogic() 공개 메소드

Resets the ButtonDisplayLogic property to its default value.
public ResetButtonDisplayLogic ( ) : void
리턴 void

ResetCloseButtonShortcut() 공개 메소드

Resets the CloseButtonShortcut property to its default value.
public ResetCloseButtonShortcut ( ) : void
리턴 void

ResetContextButtonShortcut() 공개 메소드

Resets the ContextButtonShortcut property to its default value.
public ResetContextButtonShortcut ( ) : void
리턴 void

ResetNextButtonShortcut() 공개 메소드

Resets the NextButtonShortcut property to its default value.
public ResetNextButtonShortcut ( ) : void
리턴 void

ResetPreviousButtonShortcut() 공개 메소드

Resets the PreviousButtonShortcut property to its default value.
public ResetPreviousButtonShortcut ( ) : void
리턴 void