C# Class SystemEx.Windows.Forms.FlyoutForm

Inheritance: Form
显示文件 Open project: pvginkel/SystemEx

Private Properties

Property Type Description
DegradeVisualPerformance bool
SetState void
SetStateCore void
ShouldShowPopup bool
TimerTickCore FlyoutState?
UpdatePosition void
_timer_Tick void

Public Methods

Method Description
FlyoutForm ( ) : System

Protected Methods

Method 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

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FlyoutForm() public method

public FlyoutForm ( ) : System
return System

OnDeactivate() protected method

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

OnEndShowing() protected method

protected OnEndShowing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnStateChanged() protected method

protected OnStateChanged ( FlyoutStateChangedEventArgs e ) : void
e FlyoutStateChangedEventArgs
return void

SetVisibleCore() protected method

protected SetVisibleCore ( bool value ) : void
value bool
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void