RichTextBox.SelectionType Eigenschaft

Definition

Ruft den Auswahltyp im Steuerelement ab.

public:
 property System::Windows::Forms::RichTextBoxSelectionTypes SelectionType { System::Windows::Forms::RichTextBoxSelectionTypes get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.RichTextBoxSelectionTypes SelectionType { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionType : System.Windows.Forms.RichTextBoxSelectionTypes
Public ReadOnly Property SelectionType As RichTextBoxSelectionTypes

Eigenschaftswert

Eine bitweise Kombination der RichTextBoxSelectionTypes-Werte.

Attribute

Hinweise

Sie können diese Eigenschaft verwenden, um den Datentyp zu bestimmen, der derzeit im Steuerelement ausgewählt ist, um die Auswahl beim Ausführen von Aufgaben innerhalb des Steuerelements für die aktuelle Auswahl ordnungsgemäß zu behandeln. Die -Eigenschaft kann eine beliebige Kombination von Werten aus der Enumeration darstellen, RichTextBoxSelectionTypes die die vielen Objekttypen in der aktuellen Auswahl darstellt.

Gilt für:

Weitere Informationen