Copyright © 1998-2015 MultiMedia Soft

Value property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

integer for Visual Basic

 

 

Syntax

object.Value [=integer]

 

 

Remarks

Returns or sets the state of the control when the Style property is set to STYLE_CHECKBOX or STYLE_RADIOBUTTON. If the button Style is set to STYLE_PUSHBUTTON the property is ignored.

Supported values are the following:

Value

Meaning

0

The button is not checked (not pressed)

1

The button is checked (pressed).