Mappings Grammar
In the following section, you will find a description and documentation of Mappings Grammar Tool.
Mappings Grammar
Dim enumVal As enumAlign
...
Private Sub setCtTips()
ctTips1.Active = True
ctTips1.Tag = "Display component"
ctTips1.ToolTipText = "CtTips1"
ctTips1.Alignment = enumVal
End SubLast updated
Was this helpful?