ASP.NET Pack Programmer's Guide
DockWindow.EnabledInteractions Property
See Also
 





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

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 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

DockWindow Members
DockWindow Class
MindFusion.UI.WebForms Namespace