ShapeElement.HasToolTip 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.
Get/Set whether or not the Shape shows a mouse hover tooltip by default
public:
virtual property bool HasToolTip { bool get(); };
public virtual bool HasToolTip { get; }
member this.HasToolTip : bool
Public Overridable ReadOnly Property HasToolTip As Boolean