C# Class NetIde.Core.PackageManagement.PackageControl

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

Private Properties

Свойство Type Description
AddButton void
HookMouseEvents void
InitializeComponent void
Normalize string
control_Click void
control_MouseDoubleClick void
control_MouseUp void

Méthodes publiques

Méthode Description
PackageControl ( PackageMetadata package, PackageCategory category ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnButtonClick ( PackageControlButtonEventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnIsSelectedChanged ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
AddButton ( string label, PackageControlButton button, int index, bool enabled ) : void
HookMouseEvents ( Control control ) : void
InitializeComponent ( ) : void

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

Normalize ( string text ) : string
control_Click ( object sender, EventArgs e ) : void
control_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
control_MouseUp ( object sender, MouseEventArgs e ) : void

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

OnButtonClick() protected méthode

protected OnButtonClick ( PackageControlButtonEventArgs e ) : void
e PackageControlButtonEventArgs
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( EventArgs e ) : void
e EventArgs
Résultat void

OnIsSelectedChanged() protected méthode

protected OnIsSelectedChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaint() protected méthode

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

PackageControl() public méthode

public PackageControl ( PackageMetadata package, PackageCategory category ) : System
package PackageMetadata
category PackageCategory
Résultat System