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

Creates the CommonFileDialogMenuItem items for the Common File Dialog.
Inheritance: Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogControl
显示文件 Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
CommonFileDialogMenuItem ( ) : System

Creates a new instance of this class.

CommonFileDialogMenuItem ( string text ) : System

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

Private Methods

Method Description
Attach ( IFileDialogCustomize dialog ) : void

Attach this control to the dialog object

RaiseClickEvent ( ) : void

Method Details

CommonFileDialogMenuItem() public method

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

CommonFileDialogMenuItem() public method

Creates a new instance of this class with the specified text.
public CommonFileDialogMenuItem ( string text ) : System
text string The text to display for this control.
return System