Show / Hide Table of Contents

Method ShowWindow

| Edit this page View Source

ShowWindow(nint)

Activates the window and displays it in its current size and position.

Declaration
public static bool ShowWindow(nint hWnd)
Parameters
Type Name Description
nint hWnd

Window handle

Returns
Type Description
bool

true if the window was previously visible, or false if the window was previously hidden.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX