WindowSettings.ParentType Enumeration
Autodesk.DataManagement.Client.Framework.Forms›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| NoParent | The window has no parent and will therefor, be displayed centered in the screen |
| UseCurrentlyActiveWindow | The 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 |
| UseSpecificWindow | Use 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