DropDownMember.FontAttr Property

Definition

Gets or sets the font attributes to use for rendering the entry's text.

public:
 property Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR FontAttr { Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR get(); void set(Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR value); };
public:
 property Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR FontAttr { Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR get(); void set(Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR value); };
public Microsoft.VisualStudio.TextManager.Interop.DROPDOWNFONTATTR FontAttr { get; set; }
member this.FontAttr : Microsoft.VisualStudio.TextManager.Interop.DROPDOWNFONTATTR with get, set
Public Property FontAttr As DROPDOWNFONTATTR

Property Value

Flags from the DROPDOWNFONTATTR enumeration.

Applies to