C# Class mRemoteNG.UI.TaskDialog.CommandButton

Inheritance: System.Windows.Forms.Button
Mostrar archivo Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Property Type Description
GetLargeText string
GetLargeTextSizeF System.Drawing.SizeF
GetSmallText string
GetSmallTextSizeF System.Drawing.SizeF
InitializeComponent void

Public Methods

Method Description
CommandButton ( ) : System
GetBestHeight ( ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCreateControl ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Method Description
GetLargeText ( ) : string
GetLargeTextSizeF ( ) : SizeF
GetSmallText ( ) : string
GetSmallTextSizeF ( ) : SizeF
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

CommandButton() public method

public CommandButton ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetBestHeight() public method

public GetBestHeight ( ) : int
return int

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

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

OnMouseUp() protected method

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

OnPaint() protected method

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

OnSizeChanged() protected method

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