'Declaration Public Property ButtonFaceColor As Color
'Usage Dim instance As CommandBarInfo Dim value As Color instance.ButtonFaceColor = value value = instance.ButtonFaceColor
public Color ButtonFaceColor {get; set;}
'Declaration Public Property ButtonFaceColor As Color
'Usage Dim instance As CommandBarInfo Dim value As Color instance.ButtonFaceColor = value value = instance.ButtonFaceColor
public Color ButtonFaceColor {get; set;}
Use the ButtonHighlightColor and ButtonShadowColor properties to specify the button highlight and shadow color, respectively. Use ButtonTextColor to specify the color of the text in the button.