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