C# 클래스 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].
파일 보기 프로젝트 열기: sidiandi/ttaudio

공개 메소드들

메소드 설명
ClearCue ( TextBox textBox ) : void

Clears a text box's cue text.

SetCue ( TextBox textBox, string cue ) : void

Sets a text box's cue text.

비공개 메소드들

메소드 설명
SendMessage ( IntPtr hWnd, int msg, int wParam, [ lParam ) : Int32

메소드 상세

ClearCue() 공개 정적인 메소드

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

SetCue() 공개 정적인 메소드

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.
리턴 void