FormControlBox Property

Gets or sets a value indicating whether a control box is displayed in the caption bar of the form.

Definition

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

Return Value

Boolean
true if the form displays a control box in the upper left corner of the form; otherwise, false. The default is true.

See Also