C# Class NetIde.Services.Shell.TaskDialog.EmulateCommandLink

Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
GetLargeText ( ) : string
GetLargeTextSizeF ( ) : Size
GetSmallText ( ) : string
GetSmallTextSizeF ( ) : Size
InitializeComponent ( ) : void

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

Method Details

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

EmulateCommandLink() public méthode

public EmulateCommandLink ( ) : System
Résultat System

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 ( System e ) : void
e System
Résultat void

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseUp() protected méthode

protected OnMouseUp ( System e ) : void
e System
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