Method | Description | |
---|---|---|
ButtonSpecFormWindowClose ( KryptonForm form ) : System |
Initialize a new instance of the ButtonSpecFormWindowClose class.
|
|
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.
|
Method | Description | |
---|---|---|
OnClick ( |
Raises the Click event.
|
public ButtonSpecFormWindowClose ( KryptonForm form ) : System | ||
form | KryptonForm | Reference to owning krypton form instance. |
return | System |
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 OnClick ( |
||
e | An EventArgs that contains the event data. | |
return | void |