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