C# 클래스 SPA.richEx

상속: System.Windows.Forms.RichTextBox
파일 보기 프로젝트 열기: coloz/Serial-Assistant

Private Properties

프로퍼티 타입 설명
HideCaret int
InitializeComponent void
ReadOnlyRichTextBox_Mouse void
ReadOnlyRichTextBox_Resize void
SetHideCaret void
SetShowCaret void
ShowCaret long

공개 메소드들

메소드 설명
richEx ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

OnEnter ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void

비공개 메소드들

메소드 설명
HideCaret ( IntPtr hwnd ) : int
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

ReadOnlyRichTextBox_Mouse ( object sender, System e ) : void
ReadOnlyRichTextBox_Resize ( object sender, System e ) : void
SetHideCaret ( ) : void
SetShowCaret ( ) : void
ShowCaret ( IntPtr hwnd ) : long

메소드 상세

Dispose() 보호된 메소드

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
리턴 void

OnEnter() 보호된 메소드

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnGotFocus() 보호된 메소드

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

richEx() 공개 메소드

public richEx ( ) : System
리턴 System