AutomationPeer.IsOffscreen 메서드

정의

요소가 화면에서 벗어났는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual bool IsOffscreen() = IsOffscreen;
bool IsOffscreen();
public bool IsOffscreen();
function isOffscreen()
Public Function IsOffscreen () As Boolean

반환

Boolean

bool

요소가 화면에 없으면 true이고, 그렇지 않으면 false입니다.

적용 대상