Gets and sets whether the text of this note is all uppercase.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AllUpperCase As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.Boolean
instance.AllUpperCase = value
value = instance.AllUpperCase |
C# | |
---|
System.bool AllUpperCase {get; set;} |
C++/CLI | |
---|
property System.bool AllUpperCase {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the text of this note is all uppercase, false if not
Example
See Also
Availability
SolidWorks FCS 2014, Revision Number 22.0