Spread for ASP.NET 8.0 Product Documentation
ImageButtonHoverColor Property
Example 


Gets or sets the hover color buttons in the command bar of the Spread component.
Syntax
'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;}
Example
This example sets the ImageButtonHoverColor property.
fpSpread1.Sheets[0].RowCount = 20;
fpSpread1.CommandBar.ImageButtonHoverColor = Drawing.Color.BlueViolet;
FpSpread1.Sheets(0).RowCount = 20
FpSpread1.CommandBar.ImageButtonHoverColor = Drawing.Color.BlueViolet
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CommandBarInfo Class
CommandBarInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.