Checks if all states of given control if one state is present
#include "Window, Screen, Mouse and Control.au3" |
_GUICtrlIsState( $hControl, $iState ) |
$hControl | GUI control handle |
$iState | GUI control state to check |
boolean value | True = Control has state, False = Not |