Solid Edge Framework Type Library
Window Object Members
Overview 
Public Methods
Public Method ActivateMakes the referenced object the active one.
Public Method ActivateNextMakes the window after the referenced one the active window.
Public Method ActivatePreviousMakes the window before the referenced one the active window.
Public Method CloseCloses the referenced object.
Public Method PasteCopies the data from the system clipboard to the referenced object.
Public Method PrintOutPrints the contents of the referenced object.
Public Properties
Public Property ApplicationReturns the active application object.
Public Property AttributeSetsReturns the AttributeSets collection object for the referenced object.
Public Property CaptionSets and returns the caption of the referenced object.
Public Property DrawHwnd
Public Property EnvironmentReturns the Environment object for the referenced Window object.
Public Property HeightReturns the height of the referenced object.
Public Property hWndReturns the window handle for the referenced object.
Public Property IconReturns the collapse icon handle (HICON) for the referenced Window object.
Public Property IndexReturns the numeric index for the active object.
Public Property IsAttributeSetPresentReturns True if a specified Attribute Set exists on the referenced object.
Public Property LeftSpecifies the distance (in twips) between the internal left edge of an object and the left edge of its container.
Public Property ParentReturns the parent object for the referenced object.
Public Property SelectSetReturns the current selection set for the referenced document.
Public Property TopSets and returns the distance from the top of the screen to the top of the referenced object or control.
Public Property TypeSpecifies the type of the object being referenced.
Public Property UsableHeightReturns the height of the usable vertical space in the application window.
Public Property UsableWidthReturns the width of the usable horizontal space in the application window area.
Public Property ViewReturns the View object for the referenced Window ojbect.
Public Property VisibleSpecifies whether or not the referenced object is displayed to the screen.
Public Property WidthReturns the width of the referenced object.
Public Property WindowNumberReturns the window number of the referenced Window object.
Public Property WindowStateReturns or sets the state of the referenced window.
See Also

Window Object