다음을 통해 공유


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 참조).

적용 대상

추가 정보