CommandBarControl.BuiltIn 属性

定义

确定指定的命令栏控件是否是容器应用程序的内置控件。

public:
 property bool BuiltIn { bool get(); };
public bool BuiltIn { get; }
member this.BuiltIn : bool
Public ReadOnly Property BuiltIn As Boolean

属性值

注解

如果指定的命令栏控件是容器应用程序的内置控件,则此属性返回 True;如果它是自定义控件,或者它是已设置其OnAction属性的内置控件,则为 False

适用于