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

Defines the properties and constructors for all prominent controls in the Common File Dialog.
Inheritance: Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogControl
显示文件 Open project: dlech/SshAgentLib

Protected Methods

Method Description
CommonFileDialogProminentControl ( ) : System.Windows.Markup

Creates a new instance of this class.

CommonFileDialogProminentControl ( string text ) : System.Windows.Markup

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

CommonFileDialogProminentControl ( string name, string text ) : System.Windows.Markup

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

Method Details

CommonFileDialogProminentControl() protected method

Creates a new instance of this class.
protected CommonFileDialogProminentControl ( ) : System.Windows.Markup
return System.Windows.Markup

CommonFileDialogProminentControl() protected method

Creates a new instance of this class with the specified text.
protected CommonFileDialogProminentControl ( string text ) : System.Windows.Markup
text string The text to display for this control.
return System.Windows.Markup

CommonFileDialogProminentControl() protected method

Creates a new instance of this class with the specified name and text.
protected CommonFileDialogProminentControl ( string name, string text ) : System.Windows.Markup
name string The name of this control.
text string The text to display for this control.
return System.Windows.Markup