Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigatorAutoSelectTarget Enumeration

When the event specified by AutoSelectSource happens, use this property to specify what kind of matching navigation item's Selected property should be set to true.

[Visual Basic]
Public Enum NavigatorAutoSelectTarget
[C#]
public enum NavigatorAutoSelectTarget

Members

Member Name Description
Item Automatically sets the first matching navigation item's Selected property to true.
Path Automatically sets the Selected property of all the items on the path from leaf up to the first matching item to true.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

EO.Web Namespace


Direct link to this topic