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

Defines the menu controls for the Common File Dialog.
상속: CommonFileDialogProminentControl
파일 보기 프로젝트 열기: dlech/SshAgentLib 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
Attach ( IFileDialogCustomize dialog ) : void

Attach the Menu control to the dialog object.

메소드 상세

CommonFileDialogMenu() 공개 메소드

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

CommonFileDialogMenu() 공개 메소드

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

CommonFileDialogMenu() 공개 메소드

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