BCGControlBar Library for .NET
RollbackValue Method




Sets the original value for the current property item and its subitems. The original value is a value, which a property has after it was last committed.
Syntax
'Declaration
 
Public Overridable Sub RollbackValue() 
'Usage
 
Dim instance As PropertyListItem
 
instance.RollbackValue()
public virtual void RollbackValue()
public: virtual void RollbackValue(); 
public:
virtual void RollbackValue(); 
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

PropertyListItem Class
PropertyListItem Members

Send Feedback