C# 클래스 NetIde.Util.Forms.RichTextBox

상속: System.Windows.Forms.RichTextBox
파일 보기 프로젝트 열기: netide/netide

Private Properties

프로퍼티 타입 설명
CloseThemeData System.Int32
DllGetVersion int
DrawThemeBackground System.Int32
DrawThemeBackground System.Int32
DrawThemeParentBackground System.Int32
ExcludeClipRect int
GetState int
GetThemeBackgroundContentRect System.Int32
GetWindowDC System.IntPtr
GetWindowRect bool
IsAppThemed bool
IsThemeActive bool
IsThemeBackgroundPartiallyTransparent int
OpenThemeData System.IntPtr
ReleaseDC int
RenderWithVisualStyles bool
SetWindowPos bool
VisualStylesEnabled bool
WmNcCalcSize void
WmNcPaint void

보호된 메소드들

메소드 설명
OnGotFocus ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
WndProc ( Message &m ) : void

Filter some message we need to draw the border.

비공개 메소드들

메소드 설명
CloseThemeData ( IntPtr hTheme ) : Int32
DllGetVersion ( DLLVersionInfo &version ) : int
DrawThemeBackground ( IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, System.Windows.Forms.RECT &pRect, IntPtr pClipRect ) : Int32
DrawThemeBackground ( IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, System.Windows.Forms.RECT &pRect, System.Windows.Forms.RECT &pClipRect ) : Int32
DrawThemeParentBackground ( IntPtr hWnd, IntPtr hdc, System.Windows.Forms.RECT &pRect ) : Int32
ExcludeClipRect ( IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect ) : int
GetState ( ) : int
GetThemeBackgroundContentRect ( IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, System.Windows.Forms.RECT &pBoundingRect, System.Windows.Forms.RECT &pContentRect ) : Int32
GetWindowDC ( IntPtr hWnd ) : IntPtr
GetWindowRect ( IntPtr hWnd, System.Windows.Forms.RECT &lpRect ) : bool
IsAppThemed ( ) : bool
IsThemeActive ( ) : bool
IsThemeBackgroundPartiallyTransparent ( IntPtr hTheme, int iPartId, int iStateId ) : int
OpenThemeData ( IntPtr hWnd, String classList ) : IntPtr
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int
RenderWithVisualStyles ( ) : bool

Return true, when this control should render with visual styles.

SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
VisualStylesEnabled ( ) : bool

Returns true, when visual styles are enabled in this application.

WmNcCalcSize ( Message &m ) : void

Calculates the size of the window frame and client area of the RichTextBox

WmNcPaint ( Message &m ) : void

The border painting is done here.

메소드 상세

OnGotFocus() 보호된 메소드

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

OnLostFocus() 보호된 메소드

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

WndProc() 보호된 메소드

Filter some message we need to draw the border.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void