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