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

Represents a radio button list for the Common File Dialog.
상속: Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogControl, ICommonFileDialogIndexedControls
파일 보기 프로젝트 열기: dlech/SshAgentLib 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Attach void
ICommonFileDialogIndexedControls void

공개 메소드들

메소드 설명
CommonFileDialogRadioButtonList ( ) : System

Creates a new instance of this class.

CommonFileDialogRadioButtonList ( string name ) : System

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

비공개 메소드들

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

Attach the RadioButtonList control to the dialog object

ICommonFileDialogIndexedControls ( ) : void

Occurs when the user changes the SelectedIndex.

Because this method is defined in an interface, we can either have it as public, or make it private and explicitly implement (like below). Making it public doesn't really help as its only internal (but can't have this internal because of the interface)

메소드 상세

CommonFileDialogRadioButtonList() 공개 메소드

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

CommonFileDialogRadioButtonList() 공개 메소드

Creates a new instance of this class with the specified name.
public CommonFileDialogRadioButtonList ( string name ) : System
name string The name of this control.
리턴 System