DisableMoveResizeUI Property (ISlicer)
In This Topic
Gets or sets whether the specified slicer can be moved or resized by using the user interface.
Syntax
'Declaration
Property DisableMoveResizeUI As Boolean
'Usage
Dim instance As ISlicer
Dim value As Boolean
instance.DisableMoveResizeUI = value
value = instance.DisableMoveResizeUI
bool DisableMoveResizeUI {get; set;}
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.
See Also