public virtual void SelectAll()
'Declaration Public Overridable Sub SelectAll()
'Declaration
Public Overridable Sub SelectAll()
'使用法 Dim instance As SuperEditBase instance.SelectAll()
'使用法
Dim instance As SuperEditBase instance.SelectAll()
コントロール全体の内容を削除するには、ClearAllメソッドを使用します。
コントロールの内容の一部を選択するには、SelectionStartプロパティとSelectionLengthプロパティを使用します。
control.SelectAll();
control.SelectAll()
SuperEditBase クラス SuperEditBase メンバ ClearAll メソッド SelectionLength プロパティ SelectionStart プロパティ
© 2004-2017, GrapeCity inc. All rights reserved.