CommandBarPopup.BuiltIn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified command bar control is a built-in control of the container application.
public:
property bool BuiltIn { bool get(); };
public bool BuiltIn { get; }
member this.BuiltIn : bool
Public ReadOnly Property BuiltIn As Boolean
Property Value
Implements
Remarks
This property returns True if the specified command bar control is a built-in control of the container application; False if it's a custom command bar or control, or if it's a built-in control whose OnAction property has been set.