C# Класс _3PA.MainFeatures.InfoToolTip.InfoToolTipForm

Наследование: NppInterfaceForm.NppInterfaceForm
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InfoToolTipForm ( ) : System
SetLinkClickedEvent ( Action clickHandler ) : void

Sets the link clicked event for the label

SetPosition ( ) : void

Reposition the tooltip with the last SetPosition method called

SetPosition ( Point position, int lineHeight ) : void

Position the tooltip relatively to a point

SetPosition ( Rectangle rect, bool reversed ) : void

Position the tooltip relatively to the autocompletion form (represented by a rectangle) reversed = true if the autocompletion is ABOVE the text it completes

SetText ( string content, int minimumWidth = 200 ) : void

set the html of the label, resize the tooltip

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

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

public InfoToolTipForm ( ) : System
Результат System

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

Sets the link clicked event for the label
public SetLinkClickedEvent ( Action clickHandler ) : void
clickHandler Action
Результат void

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

Reposition the tooltip with the last SetPosition method called
public SetPosition ( ) : void
Результат void

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

Position the tooltip relatively to a point
public SetPosition ( Point position, int lineHeight ) : void
position Point
lineHeight int
Результат void

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

Position the tooltip relatively to the autocompletion form (represented by a rectangle) reversed = true if the autocompletion is ABOVE the text it completes
public SetPosition ( Rectangle rect, bool reversed ) : void
rect System.Drawing.Rectangle
reversed bool
Результат void

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

set the html of the label, resize the tooltip
public SetText ( string content, int minimumWidth = 200 ) : void
content string
minimumWidth int
Результат void