Gets and sets whether the user has control over the application.
.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 if the user has control over the application, false if not (see
Remarks)
Example
Remarks
See Also