Intersoft WebGrid Documentation
WebGridCommandItem Constructor(String,String,String,String)
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCommandItem Class > WebGridCommandItem Constructor : WebGridCommandItem Constructor(String,String,String,String)






function
tooltip
imageUrl
textLabel

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal function As String, _
   ByVal tooltip As String, _
   ByVal imageUrl As String, _
   ByVal textLabel As String _
)
Visual Basic (Usage)Copy Code
Dim function As String
Dim tooltip As String
Dim imageUrl As String
Dim textLabel As String
 
Dim instance As New WebGridCommandItem(function, tooltip, imageUrl, textLabel)
C# 
public WebGridCommandItem( 
   string function,
   string tooltip,
   string imageUrl,
   string textLabel
)
Delphi 
public WebGridCommandItem( 
    function: String;
    tooltip: String;
    imageUrl: String;
    textLabel: String
); 
JScript 
public function WebGridCommandItem( 
   function : String,
   tooltip : String,
   imageUrl : String,
   textLabel : String
);
Managed Extensions for C++ 
public: WebGridCommandItem( 
   string* function,
   string* tooltip,
   string* imageUrl,
   string* textLabel
)
C++/CLI 
public:
WebGridCommandItem( 
   String^ function,
   String^ tooltip,
   String^ imageUrl,
   String^ textLabel
)

Parameters

function
tooltip
imageUrl
textLabel

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.