FormModal Property

Gets a value indicating whether this form is displayed modally.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool Modal { get; set; }

Return Value

Boolean
true if the form is displayed modally; otherwise, false.

See Also