C# Class SystemEx.Windows.Forms.TextBox

Inheritance: System.Windows.Forms.TextBox
显示文件 Open project: pvginkel/SystemEx

Private Properties

Property Type Description
AddEditButton void
FixMargins void
LeftButtons_Changed void
PerformEditButtonLayout void
RebuildEditButtons void
RightButtons_Changed void
UpdateMargins void

Public Methods

Method Description
TextBox ( ) : System

Protected Methods

Method Description
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnLeave ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Method Description
AddEditButton ( Button button ) : void
FixMargins ( ) : void
LeftButtons_Changed ( object sender, EventArgs e ) : void
PerformEditButtonLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
RebuildEditButtons ( ) : void
RightButtons_Changed ( object sender, EventArgs e ) : void
UpdateMargins ( ) : void

Method Details

OnFontChanged() protected method

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

OnHandleCreated() protected method

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

OnLayout() protected method

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
return void

OnLeave() protected method

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

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void

TextBox() public method

public TextBox ( ) : System
return System