CheckBox::ToString Method ()

 

Returns a string that represents the current CheckBox control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A string that states the control type and the state of the CheckState property.

.NET Framework
Available since 1.1
Return to top
Show: