CompletionPresenterStyle::TabItemHotTextRunProperties Property

 

Gets the text run properties that are used to format the text of a completion tab item when the mouse is hovering over it.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property TextRunProperties^ TabItemHotTextRunProperties {
	[CompilerGeneratedAttribute]
	virtual TextRunProperties^ get();
	[CompilerGeneratedAttribute]
	protected: virtual void set(TextRunProperties^ value);
}
Return to top
Show: