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

Defines the menu controls for the Common File Dialog.
Inheritance: CommonFileDialogProminentControl
显示文件 Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method 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

Method Description
Attach ( IFileDialogCustomize dialog ) : void

Attach the Menu control to the dialog object.

Method Details

CommonFileDialogMenu() public method

Creates a new instance of this class.
public CommonFileDialogMenu ( ) : System
return System

CommonFileDialogMenu() public method

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.
return System

CommonFileDialogMenu() public method

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.
return System