| Visual Basic (Declaration) | |
|---|---|
Public Property Action As OverflowAction | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OverflowItemChangingEventArgs Dim value As OverflowAction instance.Action = value value = instance.Action | |
| C# | |
|---|---|
public OverflowAction Action {get; set;} | |
| Delphi | |
|---|---|
public read-write property Action: OverflowAction; | |
| JScript | |
|---|---|
public function get,set Action : OverflowAction | |
| Managed Extensions for C++ | |
|---|---|
public: __property OverflowAction get_Action(); public: __property void set_Action( OverflowAction value ); | |
| C++/CLI | |
|---|---|
public: property OverflowAction Action { OverflowAction get(); void set ( OverflowAction value); } | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family