Gets or sets the window state (minimum, maximum, or normal) for the frame of the document window that contains the model view in the SolidWorks client area.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FrameState As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Integer
instance.FrameState = value
value = instance.FrameState
|
C# | |
---|
int FrameState {get; set;} |
C++/CLI | |
---|
property int FrameState {
int get();
void set (int value);
} |
Return Value
Window state as defined in swWindowState_e
Example
See Also