BCGControlBar Library for .NET
CustomUndoButton Property




Defines appearance of text on buttons from the UndoPopupMenuBar.
If this property is true, the name of actions will be displayed, otherwise, the number of action will be shown. In the last case the format of text can be “Undo 5 actions” or “Redo 5 actions”.
Syntax
'Declaration
 
Public Overridable Property CustomUndoButton As Boolean
'Usage
 
Dim instance As SmartUndoButton
Dim value As Boolean
 
instance.CustomUndoButton = value
 
value = instance.CustomUndoButton
public virtual bool CustomUndoButton {get; set;}
public: __property virtual bool get_CustomUndoButton();
public: __property virtual void set_CustomUndoButton( 
   bool value
);
public:
virtual property bool CustomUndoButton {
   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