Autodesk Vault ProfessionalVault API

WindowSettings Class

Autodesk.DataManagement.Client.Framework.FormsAutodesk.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

NameDescription
WindowSettingsConstructs an instance of thw WindowSettings class

Properties

NameDescription
ParentAlgorithmGets the style that configures how the parent window will be chosen
ParentWindowHandleGets a user-specified parent window handle

Methods

NameDescription
SetParentConfigure 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

See Also