UserInteractiveDeviceEventArgsIsButtonPressed Method |
LightningChart .NET Help
Check if given button is pressed.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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.WinForms.ChartingUserInteractiveDeviceButton
Button to check.
Return Value
Type:
BooleanTrue, if is pressed, false otherwise.
See Also