프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
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, |
||
OnContextClick ( object sender, |
||
OnNextClick ( object sender, |
||
OnPreviousClick ( object sender, |
||
ShouldSerializeCloseButton ( ) : bool | ||
ShouldSerializeCloseButtonShortcut ( ) : bool | ||
ShouldSerializeContextButton ( ) : bool | ||
ShouldSerializeContextButtonShortcut ( ) : bool | ||
ShouldSerializeNextButton ( ) : bool | ||
ShouldSerializeNextButtonShortcut ( ) : bool | ||
ShouldSerializePreviousButton ( ) : bool | ||
ShouldSerializePreviousButtonShortcut ( ) : bool |
public NavigatorButton ( |
||
navigator | Reference to owning navigator instance. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 | System |