This property is True if the specified checkbox works in 3-state mode.
object.AllowGrayed
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISCheckBox interface |
bool
Display AllowGrayed for the specified checkbox.
Dim aCheckBox
Dim aControlInfo
set aCheckBox = Form.Controls_("chkMV")
aControlInfo =_
"Caption: " & aCheckBox.Caption & vbNewLine &_
"Allow Grayed: " & aCheckBox.AllowGrayed
Profile.MsgBox(aControlInfo) In Profile Client v8 on User Interface Allow Grayed can be found in .