Метод | Описание | |
---|---|---|
ButtonSpecFormWindowMin ( KryptonForm form ) : System |
Initialize a new instance of the ButtonSpecFormWindowMin 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.
|
Метод | Описание | |
---|---|---|
OnClick ( |
Raises the Click event.
|
public ButtonSpecFormWindowMin ( KryptonForm form ) : System | ||
form | KryptonForm | Reference to owning krypton form instance. |
Результат | System |
public GetChecked ( IPalette palette ) : ButtonCheckState | ||
palette | IPalette | Palette to use for inheriting values. |
Результат | ButtonCheckState |
public GetEnabled ( IPalette palette ) : ButtonEnabled | ||
palette | IPalette | Palette to use for inheriting values. |
Результат | ButtonEnabled |
public GetVisible ( IPalette palette ) : bool | ||
palette | IPalette | Palette to use for inheriting values. |
Результат | bool |
protected OnClick ( |
||
e | An EventArgs that contains the event data. | |
Результат | void |