Specifies the enabled interactions on a Window.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public enum EnabledInteraction
Public Enumeration EnabledInteraction
None
No interactions are allowed.
Drag
The window can be dragged.
Resize
The window can be resized.
Minimize
The window can be minimized.
Maximize
The window can be maximized.
Pin
The window can be pinned.
Refresh
The window can be refreshed.
Close
The window can be closed.
All
All interactions are allowed.
This enumeration is defined as Flag that allows a bitwise combination of its member values.
MindFusion.UI.Web Namespace