C# Class NuForVS.Core.Win32

Exibir arquivo Open project: kiliman/NuForVS

Public Methods

Method Description
FarMargin ( IntPtr handle, int margin ) : void
NearMargin ( IntPtr handle, int margin ) : void
SetCueBanner ( IntPtr handle, string cueBanner ) : void

Private Methods

Method Description
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

Method Details

FarMargin() public static method

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

NearMargin() public static method

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

SetCueBanner() public static method

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