Property | Type | Description | |
---|---|---|---|
ContainsTab | bool | ||
HandleClickFromItemArea | void | ||
HandleTabAreaButtonClicked | void | ||
Init | void | ||
ShowOnlyCertainItemArea | void | ||
TabContainsItem | bool | ||
TabContainsItemWithName | bool |
Method | Description | |
---|---|---|
AddItem ( SIL.SilSidePane.Tab targetTab, Item item ) : void |
Add item to targetTab
|
|
AddTab ( SIL.SilSidePane.Tab tab ) : void | Cannot add the same tab more than once. Cannot add a tab with the same name as an existing tab. | |
GetTabByName ( string tabName ) : SIL.SilSidePane.Tab | ||
SelectItem ( SIL.SilSidePane.Tab tab, string itemName ) : bool |
Select item on tab, by item name
|
|
SelectTab ( SIL.SilSidePane.Tab tab ) : bool |
Select a tab and an item on that tab
|
|
SelectTab ( SIL.SilSidePane.Tab tab, bool andSelectAnItemOnThatTab ) : bool |
Select a tab.
|
|
SidePane ( |
Constructor. containingControl is the control, such as a SplitContainer.Panel1, upon which the tabs and items of this SidePane will be shown. Defaults to ItemAreaStyle of Buttons.
|
|
SidePane ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
InvokeItemClicked ( Item itemClicked ) : void |
Notify clients that an item was selected.
|
|
InvokeTabClicked ( SIL.SilSidePane.Tab tabClicked ) : void |
Notify clients that a tab was selected.
|
Method | Description | |
---|---|---|
ContainsTab ( SIL.SilSidePane.Tab tab ) : bool |
Whether this sidepane contains tab.
|
|
HandleClickFromItemArea ( Item itemClicked ) : void |
Handles when an item in an item area is clicked. An item area calls this method. We notify the client which is using SidePane that an Item was clicked.
|
|
HandleTabAreaButtonClicked ( object sender, SIL.SilSidePane.OutlookBarButton tabButton ) : void |
Handles a click on an OutlookBarButton widget representing a tab
|
|
Init ( |
Set up this SidePane for use, adding its components to containingControl.
|
|
ShowOnlyCertainItemArea ( SIL.SilSidePane.Tab tab ) : void |
Show a specific Tab's item area, and hide others.
|
|
TabContainsItem ( SIL.SilSidePane.Tab tab, Item item ) : bool | tab must be a tab in this sidepane | |
TabContainsItemWithName ( SIL.SilSidePane.Tab tab, string itemName ) : bool | tab must be a tab in this sidepane |
public AddItem ( SIL.SilSidePane.Tab targetTab, Item item ) : void | ||
targetTab | SIL.SilSidePane.Tab | |
item | Item | |
return | void |
public AddTab ( SIL.SilSidePane.Tab tab ) : void | ||
tab | SIL.SilSidePane.Tab | |
return | void |
public GetTabByName ( string tabName ) : SIL.SilSidePane.Tab | ||
tabName | string | |
return | SIL.SilSidePane.Tab |
protected InvokeItemClicked ( Item itemClicked ) : void | ||
itemClicked | Item | |
return | void |
protected InvokeTabClicked ( SIL.SilSidePane.Tab tabClicked ) : void | ||
tabClicked | SIL.SilSidePane.Tab | |
return | void |
public SelectItem ( SIL.SilSidePane.Tab tab, string itemName ) : bool | ||
tab | SIL.SilSidePane.Tab | |
itemName | string | |
return | bool |
public SelectTab ( SIL.SilSidePane.Tab tab ) : bool | ||
tab | SIL.SilSidePane.Tab | |
return | bool |
public SelectTab ( SIL.SilSidePane.Tab tab, bool andSelectAnItemOnThatTab ) : bool | ||
tab | SIL.SilSidePane.Tab | |
andSelectAnItemOnThatTab | bool | |
return | bool |
public SidePane ( |
||
containingControl | ||
return | System |
public SidePane ( |
||
containingControl | ||
itemAreaStyle | SidePaneItemAreaStyle | /// SidePaneItemAreaStyle to use for this sidepane's item area /// |
return | System |