BCGControlBar Library for .NET
HowManyActionsToUndo Property




Returns the number of actions that should be currently undone. The value of this property changes when a user selects any command from the popup menu.
Syntax
'Declaration
 
Public Overridable ReadOnly Property HowManyActionsToUndo As Integer
'Usage
 
Dim instance As SmartUndoButton
Dim value As Integer
 
value = instance.HowManyActionsToUndo
public virtual int HowManyActionsToUndo {get;}
public: __property virtual int get_HowManyActionsToUndo();
public:
virtual property int HowManyActionsToUndo {
   int get();
}
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