TeachingTip.ActionButtonCommand Property

Definition

Gets or sets the command to invoke when the action button is clicked.

public:
 property ICommand ^ ActionButtonCommand { ICommand ^ get(); void set(ICommand ^ value); };
ICommand ActionButtonCommand();

void ActionButtonCommand(ICommand value);
public ICommand ActionButtonCommand { get; set; }
var iCommand = teachingTip.actionButtonCommand;
teachingTip.actionButtonCommand = iCommand;
Public Property ActionButtonCommand As ICommand

Property Value

Applies to