Gets a value indicating whether the right mouse button is pressed.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool RightButtonDown { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property RightButtonDown As Boolean |
true if the right mouse button is pressed; otherwise, false.
See Also