Property | Type | Description | |
---|---|---|---|
ShouldSerializeChecked | bool |
Method | Description | |
---|---|---|
ButtonSpecAny ( ) : System |
Initialize a new instance of the AnyButtonSpec class.
|
|
Clone ( ) : object |
Make a clone of this object.
|
|
CopyFrom ( |
Value copy form the provided source to ourself.
|
|
GetChecked ( IPalette palette ) : ButtonCheckState |
Gets the button checked state.
|
|
GetEnabled ( IPalette palette ) : ButtonEnabled |
Gets the button enabled state.
|
|
GetVisible ( IPalette palette ) : bool |
Gets the button visible value.
|
|
ResetChecked ( ) : void |
Resets the Checked property to its default value.
|
|
ResetEnabled ( ) : void |
Resets the Enabled property to its default value.
|
|
ResetType ( ) : void |
Resets the Type property to its default value.
|
|
ResetVisible ( ) : void |
Resets the Visible property to its default value.
|
Method | Description | |
---|---|---|
OnButtonSpecPropertyChanged ( string propertyName ) : void |
Raises the ButtonSpecPropertyChanged event.
|
|
OnClick ( |
Raises the Click event.
|
|
OnCommandPropertyChanged ( object sender, |
Handles a change in the property of an attached command.
|
Method | Description | |
---|---|---|
ShouldSerializeChecked ( ) : bool |
public CopyFrom ( |
||
source | Source instance. | |
return | void |
public GetChecked ( IPalette palette ) : ButtonCheckState | ||
palette | IPalette | Palette to use for inheriting values. |
return | ButtonCheckState |
public GetEnabled ( IPalette palette ) : ButtonEnabled | ||
palette | IPalette | Palette to use for inheriting values. |
return | ButtonEnabled |
public GetVisible ( IPalette palette ) : bool | ||
palette | IPalette | Palette to use for inheriting values. |
return | bool |
protected OnButtonSpecPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of the appearance property that has changed. |
return | void |
protected OnClick ( |
||
e | An EventArgs containing the event data. | |
return | void |
protected OnCommandPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | A PropertyChangedEventArgs that contains the event data. | |
return | void |