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






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

Syntax

Visual Basic (Declaration) 
Public Function GetCustomEditorByName( _
   ByVal name As String _
) As WebGridCustomEditor
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim name As String
Dim value As WebGridCustomEditor
 
value = instance.GetCustomEditorByName(name)
C# 
public WebGridCustomEditor GetCustomEditorByName( 
   string name
)
Delphi 
public function GetCustomEditorByName( 
    name: String
): WebGridCustomEditor; 
JScript 
public function GetCustomEditorByName( 
   name : String
) : WebGridCustomEditor;
Managed Extensions for C++ 
public: WebGridCustomEditor* GetCustomEditorByName( 
   string* name
) 
C++/CLI 
public:
WebGridCustomEditor^ GetCustomEditorByName( 
   String^ name
) 

Parameters

name

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.