xInfo.navPane Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an xNavPane object, the primary navigation control class.
public:
virtual Dynamics::AX::Application::xNavPane ^ navPane();
public virtual Dynamics.AX.Application.xNavPane navPane ();
abstract member navPane : unit -> Dynamics.AX.Application.xNavPane
override this.navPane : unit -> Dynamics.AX.Application.xNavPane
Public Overridable Function navPane () As xNavPane
Returns
An instance of the xNavPane class.
Remarks
You can only have one instance of this class per workspace.