RadioButton.GroupName Eigenschaft

Definition

Ruft den Namen ab, der angibt, welche RadioButton-Steuerelemente sich gegenseitig ausschließen, oder legt diesen fest.

public:
 property Platform::String ^ GroupName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring GroupName();

void GroupName(winrt::hstring value);
public string GroupName { get; set; }
var string = radioButton.groupName;
radioButton.groupName = string;
Public Property GroupName As String
<RadioButton GroupName="nameString"/>

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Name, der angibt, welche RadioButton-Steuerelemente sich gegenseitig ausschließen. Der Standardwert ist NULL.

Gilt für: