C# Class NetIde.Util.Forms.FormFooterSeparator

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: netide/netide

Private Properties

Property Type Description

Public Methods

Method Description
FormFooterSeparator ( ) : System

Protected Methods

Method Description
OnPaddingChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Method Details

FormFooterSeparator() public method

public FormFooterSeparator ( ) : System
return System

OnPaddingChanged() protected method

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
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