Visual Basic (Declaration) | |
---|---|
Public Function GetUtilizedCustomEditors( _ ByVal table As WebGridTable _ ) As WebGridCustomEditorCollection |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WebGrid Dim table As WebGridTable Dim value As WebGridCustomEditorCollection value = instance.GetUtilizedCustomEditors(table) |
C# | |
---|---|
public WebGridCustomEditorCollection GetUtilizedCustomEditors( WebGridTable table ) |
Delphi | |
---|---|
public function GetUtilizedCustomEditors( table: WebGridTable ): WebGridCustomEditorCollection; |
JScript | |
---|---|
public function GetUtilizedCustomEditors( table : WebGridTable ) : WebGridCustomEditorCollection; |
Managed Extensions for C++ | |
---|---|
public: WebGridCustomEditorCollection* GetUtilizedCustomEditors( WebGridTable* table ) |
C++/CLI | |
---|---|
public: WebGridCustomEditorCollection^ GetUtilizedCustomEditors( WebGridTable^ table ) |
Parameters
- table
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