ToggleButtonEventArgs.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating the toggle state of the button
public:
virtual property System::Object ^ State { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object State { get; set; }
member this.State : obj with get, set
Public Overridable Property State As Object