Windows FormsRadioButton控制項會向使用者呈現一組兩個或多個互斥選項。 雖然選項按鈕和核取方塊可能會以類似的方式運作,但有一個重要差異:當使用者選取選項按鈕時,無法同時選取相同群組中的其他選項按鈕。 相對地,可以選取任意數量的核取方塊。 定義選項按鈕群組可向使用者指出:「以下是一組選項,您可以選擇其中之一...
命名空間: System.Windows.Forms 組件: System.Windows.Forms.dll 允許使用者從一組選項中選取單一選項,與其他 RadioButton 控制項搭配。C# 複製 [System.ComponentModel.DefaultBindingProperty("Checked")] public class RadioButton : System.Windows.Forms.ButtonBase...
Windows FormsRadioButton控制項的設計目的是讓使用者可在兩個或多個設定之間選擇,但只有其中一個可以指派給程序或物件。 例如,一組RadioButton控制項可能會顯示訂單的包裹貨運公司選擇,但只會使用其中一個貨運公司。 因此,一次只能選取一個RadioButton,即使該選項是功能群組的一部分也一樣。
命名空间: System.Windows.Forms 程序集: System.Windows.Forms.dll 当与其他 RadioButton 控件成对出现时,使用户能够从一组选项中选择一个选项。C# 复制 [System.ComponentModel.DefaultBindingProperty("Checked")] public class RadioButton : System.Windows.Forms.ButtonBase...
Windows Forms RadioButton 控制項的設計目的是讓使用者在兩個或多個設定之間選擇,其中只有一個可以指派給程式或物件。 例如,一組 RadioButton 控制項可能會顯示訂單的套件貨運公司選擇,但只會使用其中一個電信業者。 因此,一次只能選取一個 RadioButton ,即使它是功能群組的一部分也一樣。...
Windows Forms RadioButton 控制項會向使用者呈現一組兩個或多個互斥選項。 雖然選項按鈕和核取方塊可能會以類似的方式運作,但有一個重要差異:當使用者選取選項按鈕時,無法同時選取相同群組中的其他選項按鈕。 本節內容 RadioButton 控制項概觀 說明此控制項是什麼,並說明其重要功能與屬性。 如何:將 Windows F...
Provides methods used to render an option button control (also known as a radio button) with or without visual styles. This class cannot be inherited.
private GroupBox groupBox1; private RadioButton radioButton2; private RadioButton radioButton1; private RadioButton selectedrb; private Button getSelectedRB; public void InitializeRadioButtons() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton2 = new System.Windows.Forms.Radio...
Windows.Forms 程序集: System.Windows.Forms.dll 为控件生成一个 Click 事件,模拟用户的单击操作。 C# 复制 public void PerformClick (); 示例 下面的代码示例计算 ListBox 所选内容和 Checked 的RadioButton属性。 从列表框中选择指定项时, PerformClick 将调用另一个 RadioButton的 方法。 此示例要求在...
private GroupBox groupBox1; private RadioButton radioButton2; private RadioButton radioButton1; private RadioButton selectedrb; private Button getSelectedRB; public void InitializeRadioButtons() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton2 = new System.Windows.Forms.Radio...