BCGControlBar Library for .NET
Action Property




Syntax
'Declaration
 
Public Property Action As Integer
'Usage
 
Dim instance As SmartUndoMenuButton
Dim value As Integer
 
instance.Action = value
 
value = instance.Action
public int Action {get; set;}
public: __property int get_Action();
public: __property void set_Action( 
   int value
);
public:
property int Action {
   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

SmartUndoMenuButton Class
SmartUndoMenuButton Members

Send Feedback