C# 클래스 Sirius.Win32.SvcImpl.Controls.TabSvc

상속: ITabContract
파일 보기 프로젝트 열기: mkolisnyk/Sirius

공개 메소드들

메소드 설명
GetItemNames ( int hwnd ) : String[]
GetItemsCount ( int hwnd ) : int
GetSelectedIndex ( int hwnd ) : int
GetSelectedItem ( int hwnd ) : String
SelectByIndex ( int hwnd, int index ) : void
SelectByName ( int hwnd, String item ) : void
TabSvc ( ) : System

메소드 상세

GetItemNames() 공개 메소드

public GetItemNames ( int hwnd ) : String[]
hwnd int
리턴 String[]

GetItemsCount() 공개 메소드

public GetItemsCount ( int hwnd ) : int
hwnd int
리턴 int

GetSelectedIndex() 공개 메소드

public GetSelectedIndex ( int hwnd ) : int
hwnd int
리턴 int

GetSelectedItem() 공개 메소드

public GetSelectedItem ( int hwnd ) : String
hwnd int
리턴 String

SelectByIndex() 공개 메소드

public SelectByIndex ( int hwnd, int index ) : void
hwnd int
index int
리턴 void

SelectByName() 공개 메소드

public SelectByName ( int hwnd, String item ) : void
hwnd int
item String
리턴 void

TabSvc() 공개 메소드

public TabSvc ( ) : System
리턴 System