'Declaration Protected Overrides Sub OnDoubleClick( _ ByVal e As EventArgs _ )
'使用法 Dim instance As ElementControl Dim e As EventArgs instance.OnDoubleClick(e)
protected override void OnDoubleClick( EventArgs e )
このメソッドは、System.Forms.Control.DoubleClickイベントのイベント引数を提供します。このイベントは、ユーザーがマウスボタンをダブルクリックすると発生します。
ElementControl クラス ElementControl メンバ
© 2004-2015, GrapeCity inc. All rights reserved.