BCGControlBar Library for .NET
IsUndoButton Property




Indicates whether the specified button is treated as “Undo” button. “Undo” button means that it will be used to cancel actions performed by the user. “Redo” button means that it allows to redo actions that have been undone (reverses the “Undo” button).
Syntax
'Declaration
 
Public Overridable Property IsUndoButton As Boolean
'Usage
 
Dim instance As SmartUndoButton
Dim value As Boolean
 
instance.IsUndoButton = value
 
value = instance.IsUndoButton
public virtual bool IsUndoButton {get; set;}
public: __property virtual bool get_IsUndoButton();
public: __property virtual void set_IsUndoButton( 
   bool value
);
public:
virtual property bool IsUndoButton {
   bool get();
   void set (    bool value);
}
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

SmartUndoButton Class
SmartUndoButton Members

Send Feedback