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

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

Méthodes publiques

Méthode Description
EmulateExpInfoButton ( bool newIsExpanded, string newExpandedText, string newCollapsedText ) : System
ToogleState ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EmulateExpInfoButton_Click ( object sender, EventArgs e ) : void
EmulateExpInfoButton_Enter ( object sender, EventArgs e ) : void
EmulateExpInfoButton_Leave ( object sender, EventArgs e ) : void
EmulateExpInfoButton_MouseDown ( object sender, MouseEventArgs e ) : void
EmulateExpInfoButton_MouseEnter ( object sender, EventArgs e ) : void
EmulateExpInfoButton_MouseLeave ( object sender, EventArgs e ) : void
EmulateExpInfoButton_MouseUp ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

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

SetState ( ) : 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

EmulateExpInfoButton() public méthode

public EmulateExpInfoButton ( bool newIsExpanded, string newExpandedText, string newCollapsedText ) : System
newIsExpanded bool
newExpandedText string
newCollapsedText string
Résultat System

ToogleState() public méthode

public ToogleState ( ) : void
Résultat void