C# Class mRemoteNG.UI.TaskDialog.CommandButton

Inheritance: System.Windows.Forms.Button
Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Свойство Type Description
GetLargeText string
GetLargeTextSizeF System.Drawing.SizeF
GetSmallText string
GetSmallTextSizeF System.Drawing.SizeF
InitializeComponent void

Méthodes publiques

Méthode Description
CommandButton ( ) : System
GetBestHeight ( ) : int

Méthodes protégées

Méthode 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

Méthode 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 méthode

public CommandButton ( ) : System
Résultat System

Dispose() protected méthode

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

GetBestHeight() public méthode

public GetBestHeight ( ) : int
Résultat int

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void