C# Class NetIde.Util.Forms.FormFooterSeparator

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FormFooterSeparator ( ) : System

Méthodes protégées

Méthode 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 méthode

public FormFooterSeparator ( ) : System
Résultat System

OnPaddingChanged() protected méthode

protected OnPaddingChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void