ToolTip.ShowBackground 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.
Show the opaque background of tooltip.
public:
property bool ShowBackground { bool get(); void set(bool value); };
public bool ShowBackground { get; set; }
member this.ShowBackground : bool with get, set
Public Property ShowBackground As Boolean