Property | Type | Description | |
---|---|---|---|
IsFocused | bool | ||
IsHovered | bool | ||
IsPressed | bool |
Property | Type | Description | |
---|---|---|---|
OnButtonPressed | void |
Method | Description | |
---|---|---|
HandlePressedButton ( ) : void |
Call this method to activate the OnPressedButton event manually
|
|
YamuiButton ( ) : System |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
OnButtonPressed ( |
protected OnEnabledChanged ( |
||
e | ||
return | void |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnKeyUp ( |
||
e | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void | ||
e | PreviewKeyDownEventArgs | |
return | void |
protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void | ||
graphics | Graphics | |
clipRect | Rectangle | |
return | void |