Show / Hide Table of Contents

Enum ShowWindowState

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

Namespace: SuperOfficeData
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum ShowWindowState : short

Fields

Name Description
Maximized

1: Show Maximized

Minimized

2: Show Minimized

Normal

0: Show Normal

Extension Methods

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