MindFusion.UI for WebForms Programmer's Guide

Window.EnabledInteractions Property

See Also
 





Gets or sets the allowed interactions on this Window.

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

 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