Gets or sets whether focus is locked on this sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FocusLocked As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim value As Boolean
instance.FocusLocked = value
value = instance.FocusLocked
|
C# | |
---|
bool FocusLocked {get; set;} |
C++/CLI | |
---|
property bool FocusLocked {
bool get();
void set (bool value);
} |
Return Value
True if focus locked on sheet, false if not
Example
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0