Share via


xInfo.hWnd Method

Definition

Overloads

hWnd()

Retrieves a handle to the Finance and OperationsNavigation Pane window.

hWnd(Int32)

hWnd()

Retrieves a handle to the Finance and OperationsNavigation Pane window.

public:
 virtual int hWnd();
public virtual int hWnd ();
abstract member hWnd : unit -> int
override this.hWnd : unit -> int
Public Overridable Function hWnd () As Integer

Returns

An integer that represents the handle to the Finance and OperationsNavigation Pane window.

Applies to

hWnd(Int32)

public:
 virtual int hWnd(int _workspaceNum);
public virtual int hWnd (int _workspaceNum);
abstract member hWnd : int -> int
override this.hWnd : int -> int
Public Overridable Function hWnd (_workspaceNum As Integer) As Integer

Parameters

_workspaceNum
Int32

The handle to the workspace from which to get the Navigation Pane handle.

Returns

Applies to