MouseAction::HasTooltip Property

 

Gets the mouse action and verifies whether it can have a tooltip.

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

public:
property bool HasTooltip {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the mouse action can have a tooltip; otherwise, false.

Return to top
Show: