'Declaration Public Function New( _ ByVal keyData As Keys, _ ByVal handled As Boolean _ )
'Declaration
Public Function New( _ ByVal keyData As Keys, _ ByVal handled As Boolean _ )
'使用法 Dim keyData As Keys Dim handled As Boolean Dim instance As New DialogKeyEventArgs(keyData, handled)
'使用法
Dim keyData As Keys Dim handled As Boolean Dim instance As New DialogKeyEventArgs(keyData, handled)
public DialogKeyEventArgs( Keys keyData, bool handled )
DialogKeyEventArgs クラス DialogKeyEventArgs メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.