FormControlBox Property
Gets or sets a value indicating whether a control box is displayed in the caption bar of the form.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool ControlBox { get; set; }
Public Property ControlBox As Boolean
Get
Set
member ControlBox : bool with get, set
Return Value
Booleantrue if the form displays a control box in the upper left corner of the form; otherwise, false. The default is true.