C# Class NetIde.Core.Support.GdiButton

Inheritance: Element
Mostrar archivo Open project: netide/netide

Private Properties

Property Type Description
GdiButton_KeyUp void

Public Methods

Method Description
GdiButton ( ) : System
PerformClick ( ) : void

Protected Methods

Method Description
MeasureOverride ( GdiPresentation.Size desiredSize ) : GdiPresentation.Size
OnClick ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnIsCheckedChanged ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( GdiPresentation.MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( GdiPresentation.MouseEventArgs e ) : void
OnPaint ( ElementPaintEventArgs e ) : void

Private Methods

Method Description
GdiButton_KeyUp ( object sender, KeyEventArgs e ) : void

Method Details

GdiButton() public method

public GdiButton ( ) : System
return System

MeasureOverride() protected method

protected MeasureOverride ( GdiPresentation.Size desiredSize ) : GdiPresentation.Size
desiredSize GdiPresentation.Size
return GdiPresentation.Size

OnClick() protected method

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

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnIsCheckedChanged() protected method

protected OnIsCheckedChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( GdiPresentation.MouseEventArgs e ) : void
e GdiPresentation.MouseEventArgs
return void

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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

OnMouseUp() protected method

protected OnMouseUp ( GdiPresentation.MouseEventArgs e ) : void
e GdiPresentation.MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( ElementPaintEventArgs e ) : void
e ElementPaintEventArgs
return void

PerformClick() public method

public PerformClick ( ) : void
return void