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

Represents a list item for the CommonFileDialogRadioButtonList object.
파일 보기 프로젝트 열기: dlech/SshAgentLib

공개 메소드들

메소드 설명
CommonFileDialogRadioButtonListItem ( ) : System

Creates a new instance of this class.

CommonFileDialogRadioButtonListItem ( string text ) : System

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

메소드 상세

CommonFileDialogRadioButtonListItem() 공개 메소드

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

CommonFileDialogRadioButtonListItem() 공개 메소드

Creates a new instance of this class with the specified text.
public CommonFileDialogRadioButtonListItem ( string text ) : System
text string The string that you want to display for this list item.
리턴 System