프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsFocused | bool | ||
IsHovered | bool | ||
IsPressed | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnButtonPressed | void |
메소드 | 설명 | |
---|---|---|
HandlePressedButton ( ) : void |
Call this method to activate the OnPressedButton event manually
|
|
YamuiButton ( ) : System |
메소드 | 설명 | |
---|---|---|
OnEnabledChanged ( |
||
OnEnter ( |
||
OnGotFocus ( |
||
OnKeyDown ( |
||
OnKeyUp ( |
||
OnLeave ( |
||
OnLostFocus ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( EventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void | ||
PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void |
메소드 | 설명 | |
---|---|---|
OnButtonPressed ( |
protected OnEnabledChanged ( |
||
e | ||
리턴 | void |
protected OnKeyDown ( |
||
e | ||
리턴 | void |
protected OnKeyUp ( |
||
e | ||
리턴 | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
리턴 | void |
protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void | ||
e | PreviewKeyDownEventArgs | |
리턴 | void |
protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void | ||
graphics | Graphics | |
clipRect | Rectangle | |
리턴 | void |