ApplicationCommands.Cut 속성

정의

잘라내기 명령을 나타내는 값을 가져옵니다.

public:
 static property System::Windows::Input::RoutedUICommand ^ Cut { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Cut { get; }
static member Cut : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Cut As RoutedUICommand

속성 값

명령입니다.

기본값
키 제스처 Ctrl+X

Shift+Delete

UI 텍스트 잘라내기

설명

이 명령은 클립보드 선택 영역을 잘라내어 하려고 함을 나타냅니다.

반드시 필요 하지 않으면 지정된 된 개체에서 명령에 대 한 구현을 대부분의 명령에 대 한 구현은 애플리케이션 개발자의 책임입니다.

XAML 특성 사용

<object property="Cut"/>  

적용 대상

추가 정보