C# Class Talis.XIVPlugin.Twintania.Helpers.WidgetTopMostHelper

Show file Open project: Bio2hazard/talis.xivplugin.twintania

Private Properties

Property Type Description
BringWidgetsIntoFocus void
BringWidgetsIntoFocus void
SetWindowTimerOnElapsed void
ToggleTopMost void

Public Methods

Method Description
HookWidgetTopMost ( ) : void

Private Methods

Method Description
BringWidgetsIntoFocus ( IntPtr hwineventhook, uint eventtype, IntPtr hwnd, int idobject, int idchild, uint dweventthread, uint dwmseventtime ) : void
BringWidgetsIntoFocus ( bool force = false ) : void
SetWindowTimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void
ToggleTopMost ( Window window, bool stayOnTop, bool force ) : void

Method Details

HookWidgetTopMost() public static method

public static HookWidgetTopMost ( ) : void
return void