PowerTools SPREAD for Windows Forms 8.0J
StartEditing メソッド (GcTextBoxCellType)


イベント。
すべてを選択するかどうか。
クリップボードアクションのショートカットキーを許可するかどうか。
セルの編集を開始します。
構文
'Declaration
 
Public Overrides Sub StartEditing( _
   ByVal e As EventArgs, _
   ByVal selectAll As Boolean, _
   ByVal autoClipboard As Boolean _
) 
'使用法
 
Dim instance As GcTextBoxCellType
Dim e As EventArgs
Dim selectAll As Boolean
Dim autoClipboard As Boolean
 
instance.StartEditing(e, selectAll, autoClipboard)
public override void StartEditing( 
   EventArgs e,
   bool selectAll,
   bool autoClipboard
)

パラメータ

e
イベント。
selectAll
すべてを選択するかどうか。
autoClipboard
クリップボードアクションのショートカットキーを許可するかどうか。
参照

GcTextBoxCellType クラス
GcTextBoxCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.