C# Class Bloom.ToPalaso.BetterTooltipTransparentOverlay

Inheritance: System.Windows.Forms.ContainerControl
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
BetterTooltipTransparentOverlay ( Control overlayedControl ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Method Details

BetterTooltipTransparentOverlay() public method

public BetterTooltipTransparentOverlay ( Control overlayedControl ) : System
overlayedControl System.Windows.Forms.Control
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
return void