RichTextBox.SelectionType Eigenschap

Definitie

Hiermee haalt u het selectietype in het besturingselement op.

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

Waarde van eigenschap

Een bitsgewijze combinatie van de RichTextBoxSelectionTypes waarden.

Kenmerken

Opmerkingen

U kunt deze eigenschap gebruiken om het type gegevens te bepalen dat momenteel in het besturingselement is geselecteerd om de selectie correct te verwerken bij het uitvoeren van taken in het besturingselement op de huidige selectie. De eigenschap kan elke combinatie van waarden uit de RichTextBoxSelectionTypes opsomming vertegenwoordigen die de vele typen objecten in de huidige selectie vertegenwoordigen.

Van toepassing op

Zie ook