Method wnd.IsEnabled
Overload
Returns true if the window is enabled for mouse and keyboard input.
Returns false if disabled. Also false if failed (probably window closed or 0 handle). Supports lastError.
public bool IsEnabled(bool ancestorsToo = false)
Parameters
|
ancestorsToo (bool)
Check whether all ancestors of this control are enabled too. If |