_CommandBarButton.BuiltInFace 属性

定义

返回或设置一个值,该值指示命令栏按钮控件的面是否为其原始内置人脸。

public:
 property bool BuiltInFace { bool get(); void set(bool value); };
public bool BuiltInFace { get; set; }
member this.BuiltInFace : bool with get, set
Public Property BuiltInFace As Boolean

属性值

注解

此属性只能设置为 True,其功能是将图标重新设置为内置的图标。

适用于