Accusoft.NotateXpress13.Net
Locked Property (BaseToolbarDefaults)




Gets and sets an indicator to lock an element so it cannot be selected or moved by a user in Edit mode.
Syntax
'Declaration
 
Public Property Locked As Boolean
'Usage
 
Dim instance As BaseToolbarDefaults
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
public bool Locked {get; set;}
public: __property bool get_Locked();
public: __property void set_Locked( 
   bool value
);
public:
property bool Locked {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to lock the element. Otherwise, false is returned.
Remarks

The default value is false.

See Also

Reference

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback