_CommandBarActiveX.TooltipText Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property TooltipText As String
Get
Set
'Usage
Dim instance As _CommandBarActiveX
Dim value As String
value = instance.TooltipText
instance.TooltipText = value
string TooltipText { get; set; }
Property Value
Type: System.String