CommandBarButtonClass.BuiltInFace 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.
Is True if the face of a command bar button control is its original built-in face. Read/write.
public:
virtual property bool BuiltInFace { bool get(); void set(bool value); };
public virtual bool BuiltInFace { get; set; }
member this.BuiltInFace : bool with get, set
Public Overridable Property BuiltInFace As Boolean
Property Value
Implements
Examples
This example determines whether the face of the first control on the command bar named "Custom" is its built-in button face. If it is, the example copies the button face to the Clipboard.
Remarks
This property can only be set to True, which will reset the face to the built-in face. Read/write Boolean.