UserInteractiveDeviceEventArgsIsButtonPressed Method |
LightningChart .NET Help
Check if given button is pressed.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool IsButtonPressed(
UserInteractiveDeviceButton button
)
Public Function IsButtonPressed (
button As UserInteractiveDeviceButton
) As Boolean
public:
bool IsButtonPressed(
UserInteractiveDeviceButton button
)
Parameters
- button
- Type: Arction.Wpf.ChartingMVVMUserInteractiveDeviceButton
Button to check.
Return Value
Type:
BooleanTrue, if is pressed, false otherwise.
See Also