BCGControlBar Library for .NET
Redraw Method (CommandObject)




This function has no default implementation. You can override this function in the derived class to redraw the object of this class.
Syntax
'Declaration
 
Public Overridable Sub Redraw() 
'Usage
 
Dim instance As CommandObject
 
instance.Redraw()
public virtual void Redraw()
public: virtual void Redraw(); 
public:
virtual void Redraw(); 
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

CommandObject Class
CommandObject Members

Send Feedback