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





Gets or sets the allowed interactions on this Window.

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

 Syntax

C#  Copy Code

public EnabledInteraction EnabledInteractions { get; set; }

Visual Basic  Copy Code

Public Property EnabledInteractions As EnabledInteraction

 Property Value

Type: EnabledInteraction
One of the EnabledInteraction Enumeration values that specifies the allowed interactions on the control. Default value is EnabledInteraction.All.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace