'Declaration Public Shared Function CreateCompatibleDC( _ ByVal hdc As IntPtr _ ) As IntPtr
'Declaration
Public Shared Function CreateCompatibleDC( _ ByVal hdc As IntPtr _ ) As IntPtr
'使用法 Dim hdc As IntPtr Dim value As IntPtr value = RichTextEditor.CreateCompatibleDC(hdc)
'使用法
Dim hdc As IntPtr Dim value As IntPtr value = RichTextEditor.CreateCompatibleDC(hdc)
public static IntPtr CreateCompatibleDC( IntPtr hdc )
RichTextEditor クラス RichTextEditor メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.