WindowSettings Class
Autodesk.DataManagement.Client.Framework.Forms›Autodesk.DataManagement.Client.Framework.Forms.Settings
The WindowSettings class is used to configure the window parent and location for a particular GUI workflow.
Syntax
public class WindowSettings Public Class WindowSettings Constructors
| Name | Description |
|---|---|
| WindowSettings | Constructs an instance of thw WindowSettings class |
Properties
| Name | Description |
|---|---|
| ParentAlgorithm | Gets the style that configures how the parent window will be chosen |
| ParentWindowHandle | Gets a user-specified parent window handle |
Methods
| Name | Description |
|---|---|
| SetParent | Configure the parent window for the case where there is either No Parent or the case where the Default Parent should be chosen |
| SetParent(ParentType) | Configure the parent window for the case where there is either No Parent or the case where the Default Parent should be chosen |
| SetParent(ParentType,IntPtr) | Sets the parent window for a form that is about to be displayed |
Returned By
Where you get a WindowSettings — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Forms.Settings.WindowSettings