The parent control of the specified checkbox.
object.Parent
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISCheckBox interface |
Display the short name and type name of the parent control associated with the specified checkbox.
sub main()
Dim aCheckBox
Dim aParentControl
Dim aControlInfo
Set aCheckBox = Form.Controls_("chkMV")
set aParentControl = aCheckBox.Parent
aControlInfo =_
"ShortName: " & aParentControl.ShortName & vbNewLine &_
"TypeName: " & aParentControl.TypeName
Profile.MsgBox(aControlInfo)
end sub In Profile Client v8 on User Interface Parent can be found in .