Enum ShowState
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll 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.
Fields
AddressBar = 512
512: Show the Browser addressbar (where the user can type URL’s and stuff)
Default = 2
2: Start application with default window size and position
Maximized = 1
1: Start application in maximized state
MenuBar = 2048
2048: Show the Browser Menu bar (currently not implemented)
Minimized = 0
0: Start application in minimized state
StatusBar = 1024
1024: Show the Browser statusbar
ToolBar = 256
256: Show the Browser toolbar
UndefinedValue128 = 128
128: Undefined and generated value 128
UndefinedValue16 = 16
16: Undefined and generated value 16
UndefinedValue32 = 32
32: Undefined and generated value 32
UndefinedValue4 = 4
4: Undefined and generated value 4
UndefinedValue64 = 64
64: Undefined and generated value 64
UndefinedValue8 = 8
8: Undefined and generated value 8