BCGControlBar Library for .NET
ActionCount Property




Gets or sets the maximum number of actions which can be displayed in the popup menu. If this value is less or equal than the length of the undo stack, the number of displayed items will be equal to the value of this property. Otherwise, if the length of the stack is less than the number of actions to undo, the number of displayed actions will be equal to the length of the undo stack.
Syntax
'Declaration
 
Public Overridable Property ActionCount As Integer
'Usage
 
Dim instance As SmartUndoButton
Dim value As Integer
 
instance.ActionCount = value
 
value = instance.ActionCount
public virtual int ActionCount {get; set;}
public: __property virtual int get_ActionCount();
public: __property virtual void set_ActionCount( 
   int value
);
public:
virtual property int ActionCount {
   int get();
   void set (    int 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