ESRI.ArcGIS.Mobile.Client
CommandLinkWindowItem Constructor(String,String,ImageSource,Object)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Windows Namespace > CommandLinkWindowItem Class > CommandLinkWindowItem Constructor : CommandLinkWindowItem Constructor(String,String,ImageSource,Object)

title
The title of the item.
note
Brief description of the item.
icon
Item image.
tag
User data.
Initializes a new instance of the CommandLinkWindowItem class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal title As String, _
   ByVal note As String, _
   ByVal icon As ImageSource, _
   ByVal tag As Object _
)
C# 
public CommandLinkWindowItem( 
   string title,
   string note,
   ImageSource icon,
   object tag
)

Parameters

title
The title of the item.
note
Brief description of the item.
icon
Item image.
tag
User data.

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