Skip to content

ScreenObjectState Class

C#
public class ScreenObjectState

Inheritance object

C#
public ScreenObjectState()
C#
public int Identifier
C#
public bool Found
C#
public IScreenObject Object
C#
public string ObjectName
C#
public int PositionX
C#
public int PositionY
C#
public bool IsVisible
C#
public bool IsEnabled
C#
public bool IsScreenSurface
C#
public bool IsWindow
C#
public int ComponentsSelectedItem
C#
public string[] Components
C#
public ScreenObjectState[] Children
C#
public ScreenObjectState.ScreenSurfaceState SurfaceState
C#
public ScreenObjectState.WindowConsoleState WindowState
C#
public static ScreenObjectState Create(IScreenObject obj)

obj IScreenObject

ScreenObjectState

C#
public void Refresh()
C#
public void RefreshComponents()
C#
public void RefreshChildren()