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); }
'Declaration Public Property Moveable As Boolean
'Usage Dim instance As BaseToolbarDefaults Dim value As Boolean instance.Moveable = value value = instance.Moveable
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.
BaseToolbarDefaults Class BaseToolbarDefaults Members
©2019. Accusoft Corporation. All Rights Reserved.