C# Класс SIL.FieldWorks.Common.Controls.CharacterInfoToolTip

Provides an owner-drawn class that displays Unicode values for a text string and the ICU character name when the text string is a single character.
Наследование: System.Windows.Forms.ToolTip
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CharacterInfoToolTip ( ) : System

Initializes a new instance of the CharacterInfoToolTip class.

HandleDraw ( object sender, DrawToolTipEventArgs e ) : void

Handles the draw.

HandlePopup ( object sender, System.Windows.Forms.PopupEventArgs e ) : void

Handles the popup.

Hide ( ) : void

Hides this instance.

Show ( Control ctrl, string chr ) : void

Shows tooltip for the specified control and character.

Show ( Control ctrl, string chr, Font fnt ) : void

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, Font fnt ) : void

Shows tooltip for the specified character at the specified coordinate relative to the grid control specified at construction.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up the title font we created.

Приватные методы

Метод Описание
BuildToolTipContent ( string chr ) : void

Builds the content of the tool tip.

Описание методов

CharacterInfoToolTip() публичный Метод

Initializes a new instance of the CharacterInfoToolTip class.
public CharacterInfoToolTip ( ) : System
Результат System

Dispose() защищенный Метод

Clean up the title font we created.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

HandleDraw() публичный Метод

Handles the draw.
public HandleDraw ( object sender, DrawToolTipEventArgs e ) : void
sender object
e System.Windows.Forms.DrawToolTipEventArgs
Результат void

HandlePopup() публичный Метод

Handles the popup.
public HandlePopup ( object sender, System.Windows.Forms.PopupEventArgs e ) : void
sender object
e System.Windows.Forms.PopupEventArgs
Результат void

Hide() публичный Метод

Hides this instance.
public Hide ( ) : void
Результат void

Show() публичный Метод

Shows tooltip for the specified control and character.
public Show ( Control ctrl, string chr ) : void
ctrl System.Windows.Forms.Control
chr string
Результат void

Show() публичный Метод

Shows tooltip for the specified character at the specified coordinate relative to the grid control specified at construction.
public Show ( Control ctrl, string chr, Font fnt ) : void
ctrl System.Windows.Forms.Control
chr string
fnt System.Drawing.Font
Результат void

Show() публичный Метод

Shows tooltip for the specified character.
public Show ( string chr ) : void
chr string
Результат void

Show() публичный Метод

Shows tooltip for the specified character at the specified coordinate relative to the grid control specified at construction.
public Show ( string chr, Font fnt ) : void
chr string
fnt System.Drawing.Font
Результат void