C# 클래스 Ensage.Common.Menu.StringList

파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SList string[]
SelectedIndex int

공개 메소드들

메소드 설명
StringList ( string list, int defaultSelectedIndex ) : System

Initializes a new instance of the StringList struct.

메소드 상세

StringList() 공개 메소드

Initializes a new instance of the StringList struct.
public StringList ( string list, int defaultSelectedIndex ) : System
list string /// The list. ///
defaultSelectedIndex int /// The default selected index. ///
리턴 System

프로퍼티 상세

SList 공개적으로 프로퍼티

The s list.
public string[] SList
리턴 string[]

SelectedIndex 공개적으로 프로퍼티

The selected index.
public int SelectedIndex
리턴 int