C# 클래스 SensorShare.TextHelper

파일 보기 프로젝트 열기: MarkPaxton/SensorShare3

공개 프로퍼티들

프로퍼티 타입 설명
lineSuffix string

공개 메소드들

메소드 설명
DeStreamString ( MemoryStream ms ) : string
PositionTextDisplay ( TextBox box ) : void

Position the carat at the end of the text to keep the last bit into view

StreamString ( MemoryStream ms, string item ) : void
UpdateLabel ( Label label, string text ) : void
UpdateTextBox ( TextBox box, string displayText, int linesToshow ) : void
tailString ( string toTail, int lines ) : string

메소드 상세

DeStreamString() 공개 정적인 메소드

public static DeStreamString ( MemoryStream ms ) : string
ms System.IO.MemoryStream
리턴 string

PositionTextDisplay() 공개 정적인 메소드

Position the carat at the end of the text to keep the last bit into view
public static PositionTextDisplay ( TextBox box ) : void
box System.Windows.Forms.TextBox
리턴 void

StreamString() 공개 정적인 메소드

public static StreamString ( MemoryStream ms, string item ) : void
ms System.IO.MemoryStream
item string
리턴 void

UpdateLabel() 공개 정적인 메소드

public static UpdateLabel ( Label label, string text ) : void
label System.Windows.Forms.Label
text string
리턴 void

UpdateTextBox() 공개 정적인 메소드

public static UpdateTextBox ( TextBox box, string displayText, int linesToshow ) : void
box System.Windows.Forms.TextBox
displayText string
linesToshow int
리턴 void

tailString() 공개 정적인 메소드

public static tailString ( string toTail, int lines ) : string
toTail string
lines int
리턴 string

프로퍼티 상세

lineSuffix 공개적으로 정적으로 프로퍼티

public static string lineSuffix
리턴 string