Property | Type | Description | |
---|---|---|---|
OnCloseClick | void | ||
OnContextClick | void | ||
OnNextClick | void | ||
OnPreviousClick | void | ||
ShouldSerializeCloseButton | bool | ||
ShouldSerializeCloseButtonShortcut | bool | ||
ShouldSerializeContextButton | bool | ||
ShouldSerializeContextButtonShortcut | bool | ||
ShouldSerializeNextButton | bool | ||
ShouldSerializeNextButtonShortcut | bool | ||
ShouldSerializePreviousButton | bool | ||
ShouldSerializePreviousButtonShortcut | bool |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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. |
return | System |
public ResetPreviousButtonShortcut ( ) : void | ||
return | void |