Bagikan melalui


ComponentCommands.SelectToEnd Properti

Definisi

Mendapatkan nilai yang mewakili perintah Pilih Ke Akhir.

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

Nilai Properti

Perintah.

Nilai Default
Gerakan Kunci Shift+End
Teks UI Pilih Ke Akhir

Keterangan

Perintah ini menunjukkan niat untuk memilih item dari item saat ini ke item terakhir.

Belum tentu ada implementasi aktual yang menanggapi perintah pada objek tertentu; dalam banyak kasus implementasi sebagai respons terhadap perintah itu adalah tanggung jawab penulis aplikasi.

Penggunaan Atribut XAML

<object property="SelectToEnd"/>  

Berlaku untuk

Lihat juga