Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCheckBox Class / ThreeState Property


In This Topic
    ThreeState Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("CheckBoxThreeStateDescr")>
    Public Property ThreeState As System.Boolean
    'Usage
     
    
    Dim instance As NCheckBox
    Dim value As System.Boolean
     
    instance.ThreeState = value
     
    value = instance.ThreeState
    [System.ComponentModel.DefaultValue(false)]
    [SRCategory("CatBehavior")]
    [SRDescription("CheckBoxThreeStateDescr")]
    public System.bool ThreeState {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also