BCGControlBar Library for .NET
UndoEdit Method




Called by the parent property list to cancel the current edit of the property item. Sets the current text in in-place edit control equal to the current value of the property item.
Syntax
'Declaration
 
Public Sub UndoEdit() 
'Usage
 
Dim instance As PropertyListItem
 
instance.UndoEdit()
public void UndoEdit()
public: void UndoEdit(); 
public:
void UndoEdit(); 
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