C# Class System.Windows.Forms.ResizeButton

Inheritance: Button, IResizableControl
Show file Open project: Meragon/Unity-WinForms

Public Methods

Method Description
Dispose ( ) : void
GetResizeAt ( Point mclient ) : ControlResizeTypes
ResizeButton ( Form form, Bitmap img ) : System

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void

Private Methods

Method Description
Owner_UpClick ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetResizeAt() public method

public GetResizeAt ( Point mclient ) : ControlResizeTypes
mclient Point
return ControlResizeTypes

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e 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

ResizeButton() public method

public ResizeButton ( Form form, Bitmap img ) : System
form Form
img System.Drawing.Bitmap
return System