RichTextBox.SelectionType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取控件内的选定内容类型。
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 组合,表示当前所选内容中的许多对象类型。