Show / Hide Table of Contents

Enum ShowWindowState

Normal = 0, Maximized = 1, Minimized = 2 This Enum is used by: WinPosSize.state

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum ShowWindowState : short

Fields

Name Description
Maximized

1: Show Maximized

Minimized

2: Show Minimized

Normal

0: Show Normal

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.ShowWindowState, To>()
ObjectExtensions.AssignByReflection<ShowWindowState>(ShowWindowState)
ObjectExtensions.GraphCopy<ShowWindowState>()
Converters.MapEnums<ShowWindowState, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top