메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
OnClick ( |
Raises the Click event.
|
public ButtonSpecFormWindowClose ( 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 |