Indicates whether a control box is displayed in the caption bar of the window.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ControlBox { get; set; }
Visual Basic
Public Property ControlBox As Boolean
	Get
	Set
JScript
function get ControlBox () : boolean
function set ControlBox (value : boolean)

See Also