Accusoft.NotateXpress13.Net
TextLocked Property (TextToolbarDefaults)




Gets or sets a value indicating whether the text is editable.
Syntax
'Declaration
 
Public Property TextLocked As Boolean
'Usage
 
Dim instance As TextToolbarDefaults
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 if the text is editable. Otherwise, false is used and the text is not editable.
Remarks

The default value is false.

See Also

Reference

TextToolbarDefaults Class
TextToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback