Method | Description | |
---|---|---|
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.
|
|
ViewDrawNavCheckButtonBar ( |
Initialize a new instance of the ViewDrawNavCheckButtonBar class.
|
|
ViewDrawNavCheckButtonBar ( |
Initialize a new instance of the ViewDrawNavCheckButtonBar class.
|
Method | Description | |
---|---|---|
OnClick ( object sender, |
Processes the Click event from the button.
|
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
return | Image |
protected OnClick ( object sender, |
||
sender | object | Source of the event. |
e | An EventArgs containing the event data. | |
return | void |
public ViewDrawNavCheckButtonBar ( |
||
navigator | Owning navigator instance. | |
page | Page this check button represents. | |
orientation | VisualOrientation | Orientation for the check button. |
return | System |
public ViewDrawNavCheckButtonBar ( |
||
navigator | Owning navigator instance. | |
page | Page this check button represents. | |
orientation | VisualOrientation | Orientation for the check button. |
stateDisabled | IPaletteTriple | Source for disabled state values. |
stateNormal | IPaletteTriple | Source for normal state values. |
stateTracking | IPaletteTriple | Source for tracking state values. |
statePressed | IPaletteTriple | Source for pressed state values. |
stateSelected | IPaletteTriple | Source for selected state values. |
stateFocused | IPaletteTriple | Source for focused state values. |
return | System |