Accusoft.NotateXpress13.Net
Moveable Property (BaseToolbarDefaults)




Gets and sets whether an element can be moved interactively during EditMode.
Syntax
'Declaration
 
Public Property Moveable As Boolean
'Usage
 
Dim instance As BaseToolbarDefaults
Dim value As Boolean
 
instance.Moveable = value
 
value = instance.Moveable
public bool Moveable {get; set;}
public: __property bool get_Moveable();
public: __property void set_Moveable( 
   bool value
);
public:
property bool Moveable {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the object can be moved in edit mode. Otherwise, false is returned.
Remarks

The default value is true.

The Moveable attribute of an element determines whether or not an element can be moved interactively when the control is in EditMode.

See Also

Reference

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback