Softelvdm.Controls Class Library for Windows Controls 1.0

State Property, RadioButtonPartClass Class

Softel vdm, Inc.

Defines the radiobutton state.

Syntax      RadioButtonPartClass Class (Softelvdm.Controls)

VB   

Public Property State As RadioButtonStateEnum

C#   

public RadioButtonStateEnum State { get; set; }

C++   

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

Property Value

The radiobutton state.

RadioButtonStateEnum

Value

Description

Unchecked

0

The radiobutton is not selected.

Checked

1

The radiobutton is selected.

The default value is RadioButtonStateEnum.Unchecked.

Comments

The State property defines the radiobutton state.

Version Information

Supported in version 1.0.
Products Table


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