ToggleButtonPerformClick Method |
Clicks the toggle button programatically, raising the same events and toggling the Checked state if Enabled and Visible.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override void PerformClick()
Public Overrides Sub PerformClick
abstract PerformClick : unit -> unit
override PerformClick : unit -> unit
See Also