This property is True if using typing templates is allowed for the specified edit control.
object.UseTypingTemplate
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
bool
Display UseTypingTemplate for the specified edit control.
Dim aEdit
Dim aEditInfo
Set aEdit = Form.Controls_("edtInform")
aEditInfo =_
"Short Name: " & aEdit.ShortName & vbNewLine &_
"TypeName: " & aEdit.TypeName & vbNewLine &_
"Use Typing Template: " & aEdit.UseTypingTemplate
Profile.MsgBox(aEditInfo)
In Profile Client v8 on User Interface Use Typing Template can be found in
.