TeachingTip.CloseButtonCommandParameter Property

Definition

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

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 = teachingTip.closeButtonCommandParameter;
teachingTip.closeButtonCommandParameter = object;
Public Property CloseButtonCommandParameter As Object

Property Value

Object

Platform::Object

IInspectable

Applies to