C# 클래스 NuForVS.Core.Win32

파일 보기 프로젝트 열기: kiliman/NuForVS

공개 메소드들

메소드 설명
FarMargin ( IntPtr handle, int margin ) : void
NearMargin ( IntPtr handle, int margin ) : void
SetCueBanner ( IntPtr handle, string cueBanner ) : void

비공개 메소드들

메소드 설명
GetWindowLong ( IntPtr hWnd, int dwStyle ) : int
IsRightToLeft ( IntPtr handle ) : bool
SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, string lParam ) : IntPtr
SendMessage ( IntPtr hwnd, int wMsg, int wParam, int lParam ) : int

메소드 상세

FarMargin() 공개 정적인 메소드

public static FarMargin ( IntPtr handle, int margin ) : void
handle System.IntPtr
margin int
리턴 void

NearMargin() 공개 정적인 메소드

public static NearMargin ( IntPtr handle, int margin ) : void
handle System.IntPtr
margin int
리턴 void

SetCueBanner() 공개 정적인 메소드

public static SetCueBanner ( IntPtr handle, string cueBanner ) : void
handle System.IntPtr
cueBanner string
리턴 void