GrapeCity MultiRow Windows Forms Documentation
DropDownItem Constructor(String,String,Image)


A System.String value that indicates the text of the item.
A System.String value that indicates the tooltip of the item.
An Image value that indicates the icon of the item.
Initialize a new instance of the DropDownItem with specific text, tooltip, and image.
Syntax
Public Function New( _
   ByVal text As String, _
   ByVal toolTip As String, _
   ByVal image As Image _
)
Dim text As String
Dim toolTip As String
Dim image As Image
 
Dim instance As New DropDownItem(text, toolTip, image)
public DropDownItem( 
   string text,
   string toolTip,
   Image image
)

Parameters

text
A System.String value that indicates the text of the item.
toolTip
A System.String value that indicates the tooltip of the item.
image
An Image value that indicates the icon of the item.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownItem Class
DropDownItem Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.