Share via


InfoBar.CloseButtonCommandParameter Property

Definition

Gets or sets the parameter to pass to the command for the close button in the InfoBar.

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

void CloseButtonCommandParameter(IInspectable value);
public object CloseButtonCommandParameter { get; set; }
var object = infoBar.closeButtonCommandParameter;
infoBar.closeButtonCommandParameter = object;
Public Property CloseButtonCommandParameter As Object

Property Value

Object

Platform::Object

IInspectable

The parameter to pass to the command for the close button in the InfoBar. The default is null.

Applies to