InfoBar.ActionButton 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property ButtonBase ^ ActionButton { ButtonBase ^ get(); void set(ButtonBase ^ value); };
ButtonBase ActionButton();
void ActionButton(ButtonBase value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
ButtonBase ActionButton();
void ActionButton(ButtonBase value);
public ButtonBase ActionButton { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public ButtonBase ActionButton { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
var buttonBase = infoBar.actionButton;
infoBar.actionButton = buttonBase;
Public Property ActionButton As ButtonBase
属性值
InfoBar 的操作按钮。 默认为 null
。
- 属性
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute
注解
HyperlinkButton 的前景色与当前主题中纯文本的前景色相同。