Softelvdm.Controls Class Library for Windows Controls 1.0

State Property, CheckBoxPartClass Class

Softel vdm, Inc.

Defines the checkbox state.

Syntax      CheckBoxPartClass Class (Softelvdm.Controls)

VB   

Public Property State As CheckBoxStateEnum

C#   

public CheckBoxStateEnum State { get; set; }

C++   

public: property CheckBoxStateEnum State {
        CheckBoxStateEnum get();
        void set(CheckBoxStateEnum value);
}

Property Value

The checkbox state.

CheckBoxStateEnum

Value

Description

Unchecked

0

The checkbox is unchecked.

Checked

1

The checkbox is checked.

Indeterminate

2

The checkbox is neither checked nor unchecked and has a shaded appearance.

The default value is CheckBoxStateEnum.Unchecked.

Comments

The State property defines the checkbox state.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com