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


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

Parameters

text
A System.String value that indicates the text of the item.
toolTip
A System.String value that indicates the tooltip text 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.