See Also

NavigatorItem Class  | NavigatorItem Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

itemType
categoryID
displayName
level
description
imagePath
See Also Requirements Languages Navigator Control

NavigatorItem Constructor(NavigatorItemType,Int64,String,Int64,String,String,String)

Structured Solutions
[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 );

Parameters

itemType
categoryID
displayName
level
link
description
imagePath

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

NavigatorItem Class  | NavigatorItem Members  | Overload List

 

 


Copyright © 2005 by Structured Solutions. All rights reserved.