RadioButton.MapContent Method

Definition

Overloads

MapContent(IRadioButtonHandler, RadioButton)
MapContent(RadioButtonHandler, RadioButton)

MapContent(IRadioButtonHandler, RadioButton)

public:
 static void MapContent(Microsoft::Maui::Handlers::IRadioButtonHandler ^ handler, Microsoft::Maui::Controls::RadioButton ^ radioButton);
public static void MapContent (Microsoft.Maui.Handlers.IRadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton);
static member MapContent : Microsoft.Maui.Handlers.IRadioButtonHandler * Microsoft.Maui.Controls.RadioButton -> unit
Public Shared Sub MapContent (handler As IRadioButtonHandler, radioButton As RadioButton)

Parameters

radioButton
RadioButton

Applies to

MapContent(RadioButtonHandler, RadioButton)

public:
 static void MapContent(Microsoft::Maui::Handlers::RadioButtonHandler ^ handler, Microsoft::Maui::Controls::RadioButton ^ radioButton);
public static void MapContent (Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton);
static member MapContent : Microsoft.Maui.Handlers.RadioButtonHandler * Microsoft.Maui.Controls.RadioButton -> unit
Public Shared Sub MapContent (handler As RadioButtonHandler, radioButton As RadioButton)

Parameters

radioButton
RadioButton

Applies to