True if the window has the tool-window style (small titlebar).

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

Syntax

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

See Also