Intersoft WebGrid Documentation
GetUtilizedCustomEditors Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : GetUtilizedCustomEditors Method






table
This method is not intended to be called directly. It is used internally for control developers.

Syntax

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

Requirements

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

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.