This property defines the mode of button visibility of the specified edit control.
object.ShowButton
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
Display some information about the specified edit control, including the mode of button visibility.
Dim aEdit
Dim aEditInfo
Set aEdit = Form.Controls_("edtInform")
aEditInfo =_
"Short Name: " & aEdit.ShortName & vbNewLine &_
"TypeName: " & aEdit.TypeName & vbNewLine &_
"Show Button: " & aEdit.ShowButton
Profile.MsgBox(aEditInfo)
In Profile Client v8 on User Interface Show Button can be found in
.