PointerPointProperties.IsRightButtonPressed 속성

정의

입력 디바이스의 보조 작업 모드(지원되는 경우)에 의해 포인터 입력이 트리거되었는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsRightButtonPressed { bool get(); };
bool IsRightButtonPressed();
public bool IsRightButtonPressed { get; }
var boolean = pointerPointProperties.isRightButtonPressed;
Public ReadOnly Property IsRightButtonPressed As Boolean

속성 값

Boolean

bool

True이면 보조 작업 모드입니다. 그렇지 않으면 false입니다.

설명

다양한 입력 디바이스에 대한 보조 작업 모드의 예:

  • 터치 포인터가 이 속성을 설정하지 않습니다.
  • 펜 팁이 디지타이저 표면과 접촉할 때 펜 포인터와 배럴 단추( IsBarrelButtonPressed 참조)와 같은 수정 단추를 누릅니다. 지우개 팁은 이 속성을 설정하지 않습니다( IsEraser 참조).
  • 마우스 오른쪽 단추를 누를 때 마우스 포인터입니다.

적용 대상

추가 정보