C# 클래스 Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogProminentControl

Defines the properties and constructors for all prominent controls in the Common File Dialog.
상속: Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogControl
파일 보기 프로젝트 열기: dlech/SshAgentLib

보호된 메소드들

메소드 설명
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.

메소드 상세

CommonFileDialogProminentControl() 보호된 메소드

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

CommonFileDialogProminentControl() 보호된 메소드

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.
리턴 System.Windows.Markup

CommonFileDialogProminentControl() 보호된 메소드

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.
리턴 System.Windows.Markup