C# Class Balloon.NET.BalloonHelp

Inheritance: Balloon.NET.BalloonWindow
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Properties

Property Type Description
nextButton System.Windows.Forms.Button
previousButton System.Windows.Forms.Button

Private Properties

Property Type Description
Draw void
GetBoolProp bool
InitializeComponent void
SetBoolProp void
closeButton_Click void
lostFocus void
nextButton_Click void
previousButton_Click void

Public Methods

Method Description
BalloonHelp ( ) : System

Protected Methods

Method Description
CalcClientSize ( ) : Size
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( System e ) : void
OnDeactivateApp ( System e ) : void
OnLoad ( System e ) : void
OnPaint ( System e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
Draw ( Graphics g ) : void
GetBoolProp ( uint prop ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetBoolProp ( uint prop, bool b ) : void
closeButton_Click ( object sender, EventArgs e ) : void
lostFocus ( object sender, EventArgs e ) : void
nextButton_Click ( object sender, EventArgs e ) : void
previousButton_Click ( object sender, EventArgs e ) : void

Method Details

BalloonHelp() public method

public BalloonHelp ( ) : System
return System

CalcClientSize() protected method

protected CalcClientSize ( ) : Size
return System.Drawing.Size

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnClosed() protected method

protected OnClosed ( System e ) : void
e System
return void

OnDeactivateApp() protected method

protected OnDeactivateApp ( System e ) : void
e System
return void

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return void

OnPaint() protected method

protected OnPaint ( System e ) : void
e System
return void

WndProc() protected method

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

Property Details

nextButton public property

public Button,System.Windows.Forms nextButton
return System.Windows.Forms.Button

previousButton public property

public Button,System.Windows.Forms previousButton
return System.Windows.Forms.Button