MouseAction::CanBumpScroll Property

 

Gets the mouse action and verifies whether it can cause the diagram to scroll.

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 CanBumpScroll {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the mouse action can cause the diagram to scroll; otherwise, false.

Return to top
Show: