Method | Description | |
---|---|---|
CharacterInfoToolTip ( ) : System |
Initializes a new instance of the CharacterInfoToolTip class.
|
|
HandleDraw ( object sender, |
Handles the draw.
|
|
HandlePopup ( object sender, System.Windows.Forms.PopupEventArgs e ) : void |
Handles the popup.
|
|
Hide ( ) : void |
Hides this instance.
|
|
Show ( |
Shows tooltip for the specified control and character.
|
|
Show ( |
Shows tooltip for the specified character at the specified coordinate relative to the grid control specified at construction.
|
|
Show ( string chr ) : void |
Shows tooltip for the specified character.
|
|
Show ( string chr, |
Shows tooltip for the specified character at the specified coordinate relative to the grid control specified at construction.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up the title font we created.
|
Method | Description | |
---|---|---|
BuildToolTipContent ( string chr ) : void |
Builds the content of the tool tip.
|
public HandleDraw ( object sender, |
||
sender | object | |
e | ||
return | void |
public HandlePopup ( object sender, System.Windows.Forms.PopupEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Forms.PopupEventArgs | |
return | void |
public Show ( |
||
ctrl | ||
chr | string | |
return | void |
public Show ( |
||
ctrl | ||
chr | string | |
fnt | ||
return | void |
public Show ( string chr, |
||
chr | string | |
fnt | ||
return | void |