프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ButtonSpecMinimizeRibbon ( KryptonRibbon ribbon ) : System |
Initialize a new instance of the ButtonSpecMinimizeRibbon class.
|
|
GetChecked ( IPalette palette ) : ButtonCheckState |
Gets the button checked state.
|
|
GetEnabled ( IPalette palette ) : ButtonEnabled |
Gets the button enabled state.
|
|
GetStyle ( IPalette palette ) : ButtonStyle |
Gets the button style.
|
|
GetVisible ( IPalette palette ) : bool |
Gets the button visible value.
|
메소드 | 설명 | |
---|---|---|
OnClick ( |
Raises the Click event.
|
public ButtonSpecMinimizeRibbon ( KryptonRibbon ribbon ) : System | ||
ribbon | KryptonRibbon | Reference to owning ribbon control. |
리턴 | 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 GetStyle ( IPalette palette ) : ButtonStyle | ||
palette | IPalette | Palette to use for inheriting values. |
리턴 | ButtonStyle |
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 |