ToolTipPresenterStyle.AppearanceCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that identifies the appearance category for the ITextView displayed in the default ToolTip presenter.
public: virtual property System::String ^ AppearanceCategory { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public virtual string AppearanceCategory { get; protected set; }
member this.AppearanceCategory : string with get, set
Public Overridable Property AppearanceCategory As String