Gdk.Window.Raise Method
Raises the window to the top of the Z-order (stacking order), so that other windows with the same parent window appear below this window. This is true whether or not the windows are visible.

Syntax

public void Raise ()

Remarks

If this window is a toplevel, the window manager may choose to deny the request to move the window in the Z-order. This method only requests the restack; it does not guarantee a restack.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)