C# Class QuickLaunch.Controls.TextBoxHelper

Afficher le fichier Open project: JoeRobich/fd-quicklaunch

Méthodes publiques

Méthode Description
SetRightMargin ( TextBox textBox, int margin ) : void

Sets the interior right margin for a textbox

SetWatermark ( TextBox textBox, string watermarkText ) : void

Sets the watermark for a textbox

Private Methods

Méthode Description
SendMessage ( IntPtr hWnd, uint msg, uint wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hWnd, uint msg, uint wParam, [ lParam ) : IntPtr

Method Details

SetRightMargin() public static méthode

Sets the interior right margin for a textbox
public static SetRightMargin ( TextBox textBox, int margin ) : void
textBox System.Windows.Forms.TextBox
margin int
Résultat void

SetWatermark() public static méthode

Sets the watermark for a textbox
public static SetWatermark ( TextBox textBox, string watermarkText ) : void
textBox System.Windows.Forms.TextBox
watermarkText string
Résultat void