C# Class RavSoft.CueProvider

Provides textual cues to a text box. An object that provides basic logging capabilities. Copyright (c) 2008 Ravi Bhavnani, [email protected] This software may be freely used in any product or work, provided this copyright notice is maintained. To help ensure a single point of release, please email and bug reports, flames and suggestions to [email protected].
Exibir arquivo Open project: sidiandi/ttaudio

Public Methods

Method Description
ClearCue ( TextBox textBox ) : void

Clears a text box's cue text.

SetCue ( TextBox textBox, string cue ) : void

Sets a text box's cue text.

Private Methods

Method Description
SendMessage ( IntPtr hWnd, int msg, int wParam, [ lParam ) : Int32

Method Details

ClearCue() public static method

Clears a text box's cue text.
public static ClearCue ( TextBox textBox ) : void
textBox System.Windows.Forms.TextBox The text box
return void

SetCue() public static method

Sets a text box's cue text.
public static SetCue ( TextBox textBox, string cue ) : void
textBox System.Windows.Forms.TextBox The text box.
cue string The cue text.
return void