InfoBarActionItem.IsButton 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
abstract property bool IsButton { bool get(); };
public:
abstract property bool IsButton { bool get(); };
public abstract bool IsButton { get; }
member this.IsButton : bool
Public MustOverride ReadOnly Property IsButton As Boolean
属性值
确定此操作项是否应以按钮形式呈现。 当操作项放置在 InfoBarModel 的 ActionItems 集合中时,只能将其呈现为按钮。