C# Class SystemEx.Windows.Forms.FlyoutForm

Inheritance: Form
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
DegradeVisualPerformance bool
SetState void
SetStateCore void
ShouldShowPopup bool
TimerTickCore FlyoutState?
UpdatePosition void
_timer_Tick void

Méthodes publiques

Méthode Description
FlyoutForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnDeactivate ( EventArgs e ) : void
OnEndShowing ( CancelEventArgs e ) : void
OnStateChanged ( FlyoutStateChangedEventArgs e ) : void
SetVisibleCore ( bool value ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
DegradeVisualPerformance ( ) : bool
SetState ( FlyoutState state ) : void
SetStateCore ( FlyoutState currentState ) : void
ShouldShowPopup ( ) : bool
TimerTickCore ( ) : FlyoutState?
UpdatePosition ( ) : void
_timer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FlyoutForm() public méthode

public FlyoutForm ( ) : System
Résultat System

OnDeactivate() protected méthode

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

OnEndShowing() protected méthode

protected OnEndShowing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnStateChanged() protected méthode

protected OnStateChanged ( FlyoutStateChangedEventArgs e ) : void
e FlyoutStateChangedEventArgs
Résultat void

SetVisibleCore() protected méthode

protected SetVisibleCore ( bool value ) : void
value bool
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void