Autodesk Vault ProfessionalVault API

WindowSettings.ParentType Enumeration

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Settings

Specifies the type of parent for the window

Syntax

public enum WindowSettings.ParentType : System.Enum 
Public Enum WindowSettings.ParentType
   Inherits System.Enum

Members

MemberDescription
NoParentThe window has no parent and will therefor, be displayed centered in the screen
UseCurrentlyActiveWindowThe currently active window will be used as the parent for the window that is about to be displayed. The new window will generally be centered on top of the currently active window
UseSpecificWindowUse a user-specified window as the parent of the window that is about to be displayed

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Forms.Settings.WindowSettings.ParentType

See Also