C# Class Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogMenu

Defines the menu controls for the Common File Dialog.
Inheritance: CommonFileDialogProminentControl
Afficher le fichier Open project: dlech/SshAgentLib Class Usage Examples

Méthodes publiques

Méthode Description
CommonFileDialogMenu ( ) : System

Creates a new instance of this class.

CommonFileDialogMenu ( string text ) : System

Creates a new instance of this class with the specified text.

CommonFileDialogMenu ( string name, string text ) : System

Creates a new instance of this class with the specified name and text.

Private Methods

Méthode Description
Attach ( IFileDialogCustomize dialog ) : void

Attach the Menu control to the dialog object.

Method Details

CommonFileDialogMenu() public méthode

Creates a new instance of this class.
public CommonFileDialogMenu ( ) : System
Résultat System

CommonFileDialogMenu() public méthode

Creates a new instance of this class with the specified text.
public CommonFileDialogMenu ( string text ) : System
text string The text to display for this control.
Résultat System

CommonFileDialogMenu() public méthode

Creates a new instance of this class with the specified name and text.
public CommonFileDialogMenu ( string name, string text ) : System
name string The name of this control.
text string The text to display for this control.
Résultat System