SelectItem() public method

Select item on tab, by item name
public SelectItem ( SIL.SilSidePane.Tab tab, string itemName ) : bool
tab SIL.SilSidePane.Tab
itemName string
return bool
Exemplo n.º 1
0
 public void SelectItem_null1()
 {
     _sidePane.SelectItem(null, null);
 }