메소드 |
설명 |
|
AddSelection ( int hwnd, int index ) : void |
|
|
AddSelection ( int hwnd, string item ) : void |
|
|
DeselectAll ( int hwnd ) : void |
|
|
GetItemNames ( int hwnd ) : String[] |
|
|
GetItemsCount ( int hwnd ) : int |
|
|
GetSelectedIndex ( int hwnd ) : int |
|
|
GetSelectedItem ( int hwnd ) : String |
|
|
GetSelectedItems ( int hwnd ) : string[] |
|
|
ListView ( ) : System |
|
|
RemoveSelection ( int hwnd, int index ) : void |
|
|
RemoveSelection ( int hwnd, string item ) : void |
|
|
Select ( int hwnd, String item ) : void |
|
|
Select ( int hwnd, int index ) : void |
|
|
SelectAll ( int hwnd ) : void |
|
|