Intersoft ClientUI Documentation
Action Property (OverflowItemChangingEventArgs)



Syntax
Public Property Action As OverflowAction
Dim instance As OverflowItemChangingEventArgs
Dim value As OverflowAction
 
instance.Action = value
 
value = instance.Action
public OverflowAction Action {get; set;}
public:
property OverflowAction Action {
   OverflowAction get();
   void set (    OverflowAction 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

OverflowItemChangingEventArgs Class
OverflowItemChangingEventArgs Members

Send Feedback