'Declaration Public Property ImageButtonHoverColor As Color
'Usage Dim instance As CommandBarInfo Dim value As Color instance.ImageButtonHoverColor = value value = instance.ImageButtonHoverColor
public Color ImageButtonHoverColor {get; set;}
'Declaration Public Property ImageButtonHoverColor As Color
'Usage Dim instance As CommandBarInfo Dim value As Color instance.ImageButtonHoverColor = value value = instance.ImageButtonHoverColor
public Color ImageButtonHoverColor {get; set;}
fpSpread1.Sheets[0].RowCount = 20; fpSpread1.CommandBar.ImageButtonHoverColor = Drawing.Color.BlueViolet;
FpSpread1.Sheets(0).RowCount = 20 FpSpread1.CommandBar.ImageButtonHoverColor = Drawing.Color.BlueViolet