C# Class Balloon.NET.BalloonVM

Summary description for BalloonWindow.
Inheritance: System.Windows.Forms.Form
Show file Open project: NexusMods/NexusModManager-4.5

Public Properties

Property Type Description
TIPMARGIN int
TIPTAIL int

Public Methods

Method Description
AnchorPointFromControl ( int p_X, int p_Y ) : Point
BalloonVM ( ) : System
ShowBalloon ( int p_X, int p_Y ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( System e ) : void
OnNCCalcSize ( Rectangle windowRect ) : Rectangle
OnNCPaint ( Graphics g ) : void
OnResize ( System e ) : void
RecalcLayout ( ) : void
RepositionWindow ( Point oldAnchorPoint, Point newAnchorPoint ) : void
WndProc ( System &m ) : void

Private Methods

Method Description
GetWindowDC ( IntPtr hwnd ) : IntPtr
WmNCCalcSize ( System &m ) : void
WmNCHitTest ( System &m ) : void
WmNCPaint ( System &m ) : void

Method Details

AnchorPointFromControl() public static method

public static AnchorPointFromControl ( int p_X, int p_Y ) : Point
p_X int
p_Y int
return Point

BalloonVM() public method

public BalloonVM ( ) : System
return System

Dispose() protected method

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

OnLoad() protected method

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

OnNCCalcSize() protected method

protected OnNCCalcSize ( Rectangle windowRect ) : Rectangle
windowRect System.Drawing.Rectangle
return System.Drawing.Rectangle

OnNCPaint() protected method

protected OnNCPaint ( Graphics g ) : void
g System.Drawing.Graphics
return void

OnResize() protected method

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

RecalcLayout() protected method

protected RecalcLayout ( ) : void
return void

RepositionWindow() protected method

protected RepositionWindow ( Point oldAnchorPoint, Point newAnchorPoint ) : void
oldAnchorPoint Point
newAnchorPoint Point
return void

ShowBalloon() public method

public ShowBalloon ( int p_X, int p_Y ) : void
p_X int
p_Y int
return void

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void

Property Details

TIPMARGIN public static property

public static int TIPMARGIN
return int

TIPTAIL public static property

public static int TIPTAIL
return int