The case of the text in the specified edit control.
object.CharCase
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
Display some information about the specified edit control, including the case of the text in the specified edit control.
Dim aEdit
Dim aEditInfo
Set aEdit = Form.Controls_("edtInform")
aEditInfo =_
"ShortName: " & aEdit.ShortName & vbNewLine &_
"TypeName: " & aEdit.TypeName & vbNewLine &_
"Char Case: " & aEdit.CharCase
Profile.MsgBox(aEditInfo)
In Profile Client v8 on User Interface Char Case can be found in
.