C# Class FiddlerControls.CollapsibleSplitter

Inheritance: System.Windows.Forms.Splitter
Afficher le fichier Open project: polserver/poltools

Private Properties

Свойство Type Description
ArrowPointArray Point[]
CalculateColor Color
InitializeComponent void
OnClick void
OnMouseLeave void
OnMouseMove void
OnResize void
ToggleSplitter void
animationTimerTick void

Méthodes publiques

Méthode Description
CollapsibleSplitter ( ) : System
ToggleState ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

OnEnabledChanged ( System e ) : void
OnHandleCreated ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
ArrowPointArray ( int x, int y ) : Point[]
CalculateColor ( Color front, Color back, int alpha ) : Color
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

OnClick ( object sender, System e ) : void
OnMouseLeave ( object sender, System e ) : void
OnMouseMove ( object sender, System e ) : void
OnResize ( object sender, System e ) : void
ToggleSplitter ( ) : void
animationTimerTick ( object sender, System e ) : void

Method Details

CollapsibleSplitter() public méthode

public CollapsibleSplitter ( ) : System
Résultat System

Dispose() protected méthode

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
Résultat void

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( System e ) : void
e System
Résultat void

OnHandleCreated() protected méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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

ToggleState() public méthode

public ToggleState ( ) : void
Résultat void