Determines of this instance can be closed.

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

Syntax

C#
public bool CanClose()
Visual Basic
Public Function CanClose As Boolean
JScript
public function CanClose() : boolean

Return Value

True if this instance can be closed, false otherwise.

See Also