_CommandBarComboBox.TooltipText Property
Returns or sets the text displayed in a command bar control's ScreenTip.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property TooltipText As String
Get
Set
'Usage
Dim instance As _CommandBarComboBox
Dim value As String
value = instance.TooltipText
instance.TooltipText = value
string TooltipText { get; set; }
Property Value
Type: System.String
Implements
Remarks
By default, the value of the Caption property is used as the ScreenTip.