RadioButton.ToString 方法
定義
覆寫 ToString() 方法。Overrides the ToString() method.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
表示是否已核取的 RadioButton 字串表示。A string representation of the RadioButton that indicates whether it is checked.