Window Extension
CtrlK
  • πŸ‘‹Welcome
  • Installing This Plugin
  • βœ…Enabling This Plugin
  • πŸ“šAll Nodes
    • πŸ—οΈMove Window to Monitor X
    • πŸ—οΈSet Window to be a Background Window
    • πŸ—οΈBring Window Back to Foreground
    • πŸ—οΈSet Window Icon
    • πŸ“šMinimize Window
    • πŸ“šMaximize Window
    • πŸ“šEnable Window
    • πŸ“šSet Window Position
    • πŸ“šSet Window Size
    • πŸ“šSet Window Title
    • πŸ“šGet Window Title
    • πŸ“šIs Window Minimized
    • πŸ“šIs Window Maximized
    • πŸ“šGet Window Position
    • πŸ“šGet Window Size
    • πŸ“šRestore Window
    • πŸ“šSet Focus Window
    • πŸ“šBring Window To The Top
    • πŸ“šGet Advanced Window Informations
    • πŸ—οΈDisable Window Border
    • πŸ”·Structs
      • πŸ—οΈAdvanced Window Informations
    • πŸ”ΆEnums
  • πŸ“ŒRoadmap & Changelog
  • πŸ’―Review & Questions
Powered by GitBook
On this page
  1. πŸ“šAll Nodes

πŸ“šSet Focus Window

πŸ“„ Description

Sets the specified window to the foreground, giving it input focus and bringing it to the top of the z-order.

Previously this node was called β€œSet Foreground Window”

Name
Description

Optional Window ID

The ID of the window to set to the foreground. If set to 0, it will set the current window to the foreground.

Name
Description

Return Value

Returns true if the window was successfully set to the foreground, false otherwise.

PreviousRestore WindowNextBring Window To The Top

Last updated 7 days ago