_GUICtrlIsState

Checks if all states of given control if one state is present

#include "Window, Screen, Mouse and Control.au3"
_GUICtrlIsState( $hControl, $iState )

parameters

$hControl GUI control handle
$iState GUI control state to check

return value

boolean value True = Control has state, False = Not

related

_GUICtrlChangeState