C# Class OdessaGUIProject.UI_Controls.TutorialBubble

Datei anzeigen Open project: noahsw/highlight-hunter

Public Methods

Method Description
TutorialBubble ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( System.Drawing.PaintEventArgs e ) : void

Private Methods

Method Description
GetBubbleText ( ) : string
GetNextButtonLocation ( ) : Point
GetOriginXForCenterPoint ( Control anchorControl, Control slaveControl ) : int
GetTextLocation ( ) : Point
GetTooltipDirection ( ) : TooltipDirection
GetTooltipImage ( ) : Image
InitializeComponent ( ) : void

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

IsNextButtonVisible ( ) : bool
LoadTooltip ( ) : void
OnAdvance ( ) : void
PaintParentBackground ( System.Drawing.PaintEventArgs e ) : void
TutorialBubble_Load ( object sender, EventArgs e ) : void
nextButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnPaint() protected method

protected OnPaint ( System.Drawing.PaintEventArgs e ) : void
e System.Drawing.PaintEventArgs
return void

TutorialBubble() public method

public TutorialBubble ( ) : System
return System