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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public protected:
property bool HasCustomToolTip {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the shape has a custom tooltip; otherwise, false.

By default, the return value is false.

Return to top
Show: