次の方法で共有


_OlkTextBox.SelText プロパティ

定義

テキスト ボックスの値の現在選択されている部分を表す 文字列 (C#の文字列 ) を返します。 読み取り専用です。

public:
 property System::String ^ SelText { System::String ^ get(); };
public string SelText { get; }
Public ReadOnly Property SelText As String

プロパティ値

注釈

SelText は、コントロール Valueの の一部である現在の選択範囲を表します。 Value でサポートできる最大文字数は ですMaxLength

既定値は空の文字列です。

適用対象