RichTextBoxSelectionTypes 列挙体
この列挙体には、メンバ値のビットごとの組み合わせを可能にする FlagsAttribute 属性が含まれています。
名前空間: System.Windows.Formsアセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

<FlagsAttribute> _ Public Enumeration RichTextBoxSelectionTypes

メンバ名 | 説明 | |
---|---|---|
Empty | 現在の選択項目でテキストは選択されていません。 | |
MultiChar | 複数の文字が選択されています。 | |
MultiObject | 複数の OLE (Object Linking and Embedding) オブジェクトが選択されています。 | |
Object | 少なくとも 1 つの OLE オブジェクトが選択されています。 | |
Text | 現在の選択項目にはテキストだけが含まれています。 |

この列挙体のメンバを使用して、RichTextBox クラスの SelectionType プロパティの値を決定します。RichTextBox.SelectionType プロパティは、この列挙体から任意の値の組み合わせを返すことができます。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- RichTextBoxSelectionTypes 列挙体のページへのリンク