Gets and sets whether to run SolidWorks in the foreground and be visible.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UserControl As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim value As Boolean
instance.UserControl = value
value = instance.UserControl
|
C# | |
---|
bool UserControl {get; set;} |
C++/CLI | |
---|
property bool UserControl {
bool get();
void set (bool value);
} |
Return Value
True to run SolidWorks in the foreground and be visible (see
Remarks)
Example
Remarks
See Also