FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / CheckBoxField Class / ThreeState Property

In This Topic
    ThreeState Property (CheckBoxField)
    In This Topic
    Gets or sets a value indicating whether the checkbox will allow three check states rather than two.
    Syntax
    'Declaration
     
    Public Property ThreeState As Boolean
    public bool ThreeState {get; set;}
    See Also