DisableMoveResizeUI Property (ISlicer)
Gets or sets whether the specified slicer can be moved or resized by using the user interface.
bool DisableMoveResizeUI {get; set;}
'Declaration
Property DisableMoveResizeUI As Boolean
'Usage
Dim instance As ISlicer
Dim value As Boolean
instance.DisableMoveResizeUI = value
value = instance.DisableMoveResizeUI
Property Value
true
if the slicer cannot be moved or resized by selecting borders or handles in the user interface; otherwise,
false
. Setting the
DisableMoveResizeUI property to
true
affects only the user interface.