Slicer.DisableMoveResizeUI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the specified slicer can be moved or resized by using the user interface.
public:
property bool DisableMoveResizeUI { bool get(); void set(bool value); };
public bool DisableMoveResizeUI { get; set; }
Public Property DisableMoveResizeUI As Boolean
Property Value
true if the specified slicer can be moved or resized by using the user interface; otherwise, false. The default is false.
Remarks
Read/write.
true if the slicer cannot be moved or resized by selecting borders or handles in the user interface; otherwise false. The default value is false. Setting the DisableMoveResizeUI property to true affects only the user interface. Moving or resizing the slicer by setting properties such as the Top, Left, Width, or Height properties of the Slicer object from code is not disabled.