Class 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
public sealed class ShowState : Enum
Fields
AddressBar
512: Show the Browser addressbar (where the user can type URL's and stuff)
Declaration
public const ShowState AddressBar
Field Value
Type | Description |
---|---|
ShowState |
Default
2: Start application with default window size and position
Declaration
public const ShowState Default
Field Value
Type | Description |
---|---|
ShowState |
Maximized
1: Start application in maximized state
Declaration
public const ShowState Maximized
Field Value
Type | Description |
---|---|
ShowState |
MenuBar
2048: Show the Browser Menu bar (currently not implemented)
Declaration
public const ShowState MenuBar
Field Value
Type | Description |
---|---|
ShowState |
Minimized
0: Start application in minimized state
Declaration
public const ShowState Minimized
Field Value
Type | Description |
---|---|
ShowState |
StatusBar
1024: Show the Browser statusbar
Declaration
public const ShowState StatusBar
Field Value
Type | Description |
---|---|
ShowState |
ToolBar
256: Show the Browser toolbar
Declaration
public const ShowState ToolBar
Field Value
Type | Description |
---|---|
ShowState |
value__
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.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)