_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

默认值为空字符串。

适用于