property Button.Value as Boolean
Indicates whether the button is clicked or released.
Type
Description
Boolean
A boolean expression that specifies whether the button is clicked or released.
The Value property always returns False value. Setting Value property on True simulates clicking the button, triggering the
Click
event.