ShapeElement.HasCustomToolTip Property

Gets the shape and verifies whether it has a custom tooltip.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Protected Friend Overridable ReadOnly Property HasCustomToolTip As Boolean
'Usage
Dim value As Boolean 

value = Me.HasCustomToolTip
protected internal virtual bool HasCustomToolTip { get; }
protected public:
virtual property bool HasCustomToolTip {
    bool get ();
}
protected internal function get HasCustomToolTip () : boolean

Property Value

Type: System.Boolean
true if the shape has a custom tooltip; otherwise, false.

Remarks

By default, the return value is false.

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace