[Visual Basic]
Public Function New( _
ByVal itemType As NavigatorItemType, _
ByVal categoryID As Long, _
ByVal displayName As String, _
ByVal level As Long, _
ByVal link As String, _
ByVal description As String, _
ByVal imagePath As String _
)[C#]
public NavigatorItem(
NavigatorItemType itemType,
long categoryID,
string displayName,
long level,
string link,
string description,
string imagePath
);[JScript]
public function NavigatorItem(
itemType : NavigatorItemType,
categoryID : long,
displayName : String,
level : long,
link : String,
description : String,
imagePath : String
);Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
NavigatorItem Class | NavigatorItem Members | Overload List
Copyright © 2005 by Structured Solutions. All rights reserved.