TeachingTip.ActionButtonCommandParameter Property

Definition

Overloads

ActionButtonCommandParameter

Gets or sets the parameter to pass to the command for the action button.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

ActionButtonCommandParameter

Gets or sets the parameter to pass to the command for the action button.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Platform::Object ^ ActionButtonCommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable ActionButtonCommandParameter();

void ActionButtonCommandParameter(IInspectable value);
public object ActionButtonCommandParameter { get; set; }
Public Property ActionButtonCommandParameter As Object

Property Value

Object

Platform::Object

IInspectable

Applies to