BCGControlBar Library for .NET
SelectionFillStyle Property




Gets or sets a value that indicates how to fill current selection.
Syntax
'Declaration
 
Public Overridable Property SelectionFillStyle As GridSelectionFillStyle
'Usage
 
Dim instance As GridControl
Dim value As GridSelectionFillStyle
 
instance.SelectionFillStyle = value
 
value = instance.SelectionFillStyle
public virtual GridSelectionFillStyle SelectionFillStyle {get; set;}
public: __property virtual GridSelectionFillStyle get_SelectionFillStyle();
public: __property virtual void set_SelectionFillStyle( 
   GridSelectionFillStyle value
);
public:
virtual property GridSelectionFillStyle SelectionFillStyle {
   GridSelectionFillStyle get();
   void set (    GridSelectionFillStyle value);
}
Remarks
Selection fill can be either "regular" or "alpha blended". In the cell content is drawn over selection, in the second case selection is drawn over cell content. You should take this order into account whne implementing custom painting.
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

GridControl Class
GridControl Members

Send Feedback