C# Class NuForVS.Core.Win32

Afficher le fichier Open project: kiliman/NuForVS

Méthodes publiques

Méthode Description
FarMargin ( IntPtr handle, int margin ) : void
NearMargin ( IntPtr handle, int margin ) : void
SetCueBanner ( IntPtr handle, string cueBanner ) : void

Private Methods

Méthode 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 méthode

public static FarMargin ( IntPtr handle, int margin ) : void
handle System.IntPtr
margin int
Résultat void

NearMargin() public static méthode

public static NearMargin ( IntPtr handle, int margin ) : void
handle System.IntPtr
margin int
Résultat void

SetCueBanner() public static méthode

public static SetCueBanner ( IntPtr handle, string cueBanner ) : void
handle System.IntPtr
cueBanner string
Résultat void