RadioButton.MapContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MapContent(IRadioButtonHandler, RadioButton) | |
MapContent(RadioButtonHandler, RadioButton) |
MapContent(IRadioButtonHandler, RadioButton)
- Source:
- RadioButton.Standard.cs
- Source:
- RadioButton.Standard.cs
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
- handler
- IRadioButtonHandler
- radioButton
- RadioButton
Applies to
MapContent(RadioButtonHandler, RadioButton)
- Source:
- RadioButton.Standard.cs
- Source:
- RadioButton.Standard.cs
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
- handler
- RadioButtonHandler
- radioButton
- RadioButton
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.