C# Class System.Windows.Forms.Button

Inheritance: ButtonBase, IButtonControl
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Button ( ) : System
NotifyDefault ( bool value ) : void
PerformClick ( ) : void
ToString ( ) : string

Protected Methods

Method Description
CreateHandle ( ) : void
OnClick ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnTextChanged ( EventArgs e ) : void

Method Details

Button() public method

public Button ( ) : System
return System

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

NotifyDefault() public method

public NotifyDefault ( bool value ) : void
value bool
return void

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e EventArgs
return void

OnFontChanged() protected method

protected OnFontChanged ( EventArgs e ) : void
e EventArgs
return void

OnMouseEnter() protected method

protected OnMouseEnter ( EventArgs e ) : void
e EventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
return void

PerformClick() public method

public PerformClick ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string