IDSWindow Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IDSWindow.

Public Properties

 NameDescription
 PropertyVisibleGets or sets whether to show the DraftSight application or document window.  
 PropertyWindowStateGets or sets the state of the DraftSight application or document window.  
Top

Public Methods

 NameDescription
 MethodGetFramePositionGets the upper-left corner of the application or document window, relative to the parent window including the frame.  
 MethodGetFrameSizeGets the size of the application or document window, relative to the parent window including the frame.  
 MethodGetGeometryPositionGets the upper-left corner of the application or document window, relative to the parent window excluding the frame.  
 MethodGetGeometrySizeGets the size of the application or document window, relative to the parent window excluding the frame.  
 MethodGetHWNDGets the DraftSight application or document window's handle.  
 MethodSetFramePositionSets the upper-left corner of the application or document window, relative to the parent window including the frame.  
 MethodSetFrameSizeSets the size of the application or document window, relative to the parent window including the frame.  
 MethodSetGeometryPositionSets the upper-left corner of the application or document window, relative to the parent window excluding the frame.  
 MethodSetGeometrySizeSets the size of the application or document window, relative to the parent window excluding the frame.  
Top

See Also