RichTextBox.SelectionType 属性

定义

获取控件内的选定内容类型。

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

属性值

RichTextBoxSelectionTypes

RichTextBoxSelectionTypes 值的按位组合。

属性

注解

可以使用此属性来确定控件中当前选定的数据类型,以便在对当前选定内容执行控件中的任务时正确处理所选内容。 该属性可以表示枚举中的任意值 RichTextBoxSelectionTypes 组合,表示当前所选内容中的许多对象类型。

适用于

另请参阅