When true, simulates the action of a user clicking on this pick when entering runtime mode. This can be used to initially select a checkbox or radiobutton, or to perform an initial action when entering runtime.

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

Syntax

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

See Also