if you guys look further down the ANYGUI script, youll notice i included TargetStyle()
; Function Name: _TargetStyle()
; Description: Retrieves/Sets/Unsets/Replaces Styles and/or Exstyles of 'targeted' control/window
; When called with no parameters returns the current Styles/Exstyles for the window/control
; Parameter(s): $action[optional] - "set", "unset", "toggle", and "replace"
; $Bool[optional] - 1 to Update window/control when finished
; $Style[optional] - New window style (multiple styles can be BitOr'd)
; $ExStyle[optional] - New window exstyle (multiple styles can be BitOr'd)
; $LocTargethWnd[optional] - 'Local' _GuiTarget assigned variable