xInfo.hWnd 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.
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.