Intersoft ClientUI Documentation
TryNavigateCore Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXMenuItem Class : TryNavigateCore Method






Called when the menu item is about to perform navigation based on specified URI.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function TryNavigateCore() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXMenuItem
Dim value As Boolean
 
value = instance.TryNavigateCore()
C# 
protected virtual bool TryNavigateCore()
Delphi 
protected function TryNavigateCore(): Boolean; virtual; 
JScript 
protected function TryNavigateCore() : boolean;
Managed Extensions for C++ 
protected: virtual bool TryNavigateCore(); 
C++/CLI 
protected:
virtual bool TryNavigateCore(); 

Return Value

True if the navigation succeed.

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

© 2012 All Rights Reserved.