| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Row As WebComboRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RowEventArgs Dim value As WebComboRow value = instance.Row | |
| C# | |
|---|---|
public WebComboRow Row {get;} | |
| Delphi | |
|---|---|
public read-only property Row: WebComboRow; | |
| JScript | |
|---|---|
public function get Row : WebComboRow | |
| Managed Extensions for C++ | |
|---|---|
public: __property WebComboRow* get_Row(); | |
| C++/CLI | |
|---|---|
public: property WebComboRow^ Row { WebComboRow^ get(); } | |
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