Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FtCblsData structure specifies the properties of the checkbox or radio button Obj that contains this FtCblsData.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ft |
cb |
||||||||||||||||||||||||||||||
|
fChecked |
accel |
||||||||||||||||||||||||||||||
|
reserved |
A |
unused |
|||||||||||||||||||||||||||||
ft (2 bytes): Reserved. MUST be 0x0012.
cb (2 bytes): Reserved. MUST be 0x0008.
fChecked (2 bytes): An unsigned integer that specifies the state of the checkbox or radio button control. MUST be a value from the following table:
|
Value |
Meaning |
|---|---|
|
0x0000 |
The control is in an unchecked state. |
|
0x0001 |
The control is in a checked state. |
|
0x0002 |
The control is in a mixed state. The fChecked field MUST NOT have this value if the cmo.ot field of the Obj record that contains this FtPioGrbit is not equal to 0x0B. |
accel (2 bytes): An unsigned integer that specifies the Unicode character of the control’s accelerator key. A value of 0x0000 specifies there is no accelerator associated with this control. This field MUST be ignored unless this structure is used in the Dialog Sheet Substream.
reserved (2 bytes): Reserved. MUST be 0x0000.
A - fNo3d (1 bit): A bit that specifies whether the control is expected to be displayed without three-dimensional effects.
unused (15 bits): Undefined and MUST be ignored.