_CommandBarComboBox::TooltipText Property

 

Gets or sets the tooltip text.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610874917)]
property String^ TooltipText {
	[DispIdAttribute(1610874917)]
	String^ get();
	[DispIdAttribute(1610874917)]
	void set(String^ value);
}

Property Value

Type: System::String^

The tooltip text, or the empty string if there is none.

Return to top
Show: