InfoBar.CloseButtonCommandParameter Property
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.
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
The parameter to pass to the command for the close button in the InfoBar. The default is null
.