MindFusion.UI for WebForms Programmer's Guide

DockWindow.EnabledInteractions Property

See Also
 





Gets or sets a value indicating the interactions allowed for the item.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public new EnabledInteraction EnabledInteractions { get; set; }

Visual Basic  Copy Code

Public Shadows Property EnabledInteractions As EnabledInteraction

 Property Value

Type: EnabledInteraction
One of the EnabledInteraction Enumeration values that specifies the possible interactions with the control. Default value is Drag | Resize | Maximize | Close.

 See Also