C# Class SPA.richEx

Inheritance: System.Windows.Forms.RichTextBox
显示文件 Open project: coloz/Serial-Assistant

Private Properties

Property Type Description
HideCaret int
InitializeComponent void
ReadOnlyRichTextBox_Mouse void
ReadOnlyRichTextBox_Resize void
SetHideCaret void
SetShowCaret void
ShowCaret long

Public Methods

Method Description
richEx ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

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

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

OnEnter() protected method

protected OnEnter ( EventArgs e ) : void
e System.EventArgs
return void

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

richEx() public method

public richEx ( ) : System
return System