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






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

Syntax

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

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.