FlexGrid for WinForms
Highlight Property (GridRendererOffice2007)



Gets or sets the color used to paint the background of highlighted cells.
Syntax
'Declaration
 
Public Property Highlight As Color
'Usage
 
Dim instance As GridRendererOffice2007
Dim value As Color
 
instance.Highlight = value
 
value = instance.Highlight
public Color Highlight {get; set;}
public:
property Color Highlight {
   Color get();
   void set (    Color value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridRendererOffice2007 Class
GridRendererOffice2007 Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback