Determines whether the control supports two or three states.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool IsThreeState { get; set; } |
Visual Basic |
---|
Public Property IsThreeState As Boolean Get Set |
JScript |
---|
function get IsThreeState () : boolean function set IsThreeState (value : boolean) |