BCGControlBar Library for .NET
RedrawContentOnStateChange Property (Cell)




Gets the flag which is internally set by various cells to optimize redraw operations of grid.
Syntax
'Declaration
 
Public Overridable ReadOnly Property RedrawContentOnStateChange As Boolean
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
value = instance.RedrawContentOnStateChange
public virtual bool RedrawContentOnStateChange {get;}
public: __property virtual bool get_RedrawContentOnStateChange();
public:
virtual property bool RedrawContentOnStateChange {
   bool get();
}
Remarks
You can return true from overridden in a derived class property if your custom cell does not have highlighted state.
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

Cell Class
Cell Members

Send Feedback