TabWindowWithLog
The collection of UI include a set of tabbed window and a trace log window
Constructors
| Constructor | Description |
new(sizex, sizey)
Signature: (sizex:float * sizey:float) -> TabWindowWithLog
|
|
Instance members
| Instance member | Description |
AddTab(header, c)
Signature: (header:'?18870 * c:FrameworkElement) -> unit
Type parameters: '?18870
|
Add a tab with header.
|
ChangeSize(width, height)
Signature: (width:float * height:float) -> unit
|
Change the size of the UI
|
Tab(index)
Signature: index:int -> TabItem
|
Retrieve a certain tab
|