DisableMoveResizeUI Property (Slicer)
Gets or sets whether the specified slicer can be moved or resized by using the user interface.
public bool DisableMoveResizeUI {get; set;}
'Declaration
Public Property DisableMoveResizeUI As Boolean
'Usage
Dim instance As Slicer
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.