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

title
The title of the item.
note
Brief description of the item.
icon
Item image.
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 _
)
C# 
public CommandLinkWindowItem( 
   string title,
   string note,
   ImageSource icon
)

Parameters

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

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