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






function
tooltip
imageUrl
textLabel
enabled

Syntax

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

Parameters

function
tooltip
imageUrl
textLabel
enabled

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.