WindowState Property (IApplication) Send Feedback
See Also  Example
Gets or sets the state of the DraftSight application window.

Syntax

Visual Basic 
Property WindowState As dsWindowState_e
C# 
dsWindowState_e WindowState {get; set;}
JavaScript 
get_WindowState () : String
put_WindowState (
   NewVal : String
)
COM native C++ 
HRESULT get_WindowState(
   dsWindowState_e* Val
) 
HRESULT put_WindowState( 
   dsWindowState_e NewVal
C++ 
DSRESULT get_WindowState (
   dsWindowState_e* Val
)
DSRESULT put_WindowState(
   dsWindowState_e NewVal
)

Property Value

State of DraftSight application window as defined in dsWindowState_e

Example

See Also

Availability

DraftSight V1R1.2