Enum ShowState
Value for the showState field in table externalapplication This Enum is used by: ExtApp.showState This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ShowState : short
Fields
| Name | Description |
|---|---|
| AddressBar | 512: Show the Browser addressbar (where the user can type URL's and stuff) |
| Default | 2: Start application with default window size and position |
| Maximized | 1: Start application in maximized state |
| MenuBar | 2048: Show the Browser Menu bar (currently not implemented) |
| Minimized | 0: Start application in minimized state |
| StatusBar | 1024: Show the Browser statusbar |
| ToolBar | 256: Show the Browser toolbar |