Gets and sets whether text is locked for the note annotation.
'Declaration
Public Property TextLocked As Boolean
'Usage
Dim instance As NoteToolbarDefaults
Dim value As Boolean
instance.TextLocked = value
value = instance.TextLocked
public bool TextLocked {get; set;}
public: __property bool get_TextLocked();
public: __property void set_TextLocked(
bool value
);
public:
property bool TextLocked {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to lock the text. Otherwise,
false is used and the text is not locked.