C# Class NeinTom.ChatLog.LinkPart

Inheritance: ChatMessagePart
Afficher le fichier Open project: jvbsl/LiveCodingChat

Méthodes publiques

Méthode Description
LinkPart ( ChatMessagePart parent = null, Font font = null ) : System
LinkPart ( string text, ChatMessagePart parent = null, Font font = null ) : System

Méthodes protégées

Méthode Description
DrawInternal ( Graphics g, PointF position, SizeF size ) : void
MouseDownInternal ( PointF location, MouseEventArgs e ) : void
MouseEnterInternal ( PointF location, MouseEventArgs e ) : void
MouseLeaveInternal ( PointF location, MouseEventArgs e ) : void
MouseMoveInternal ( PointF location, MouseEventArgs e ) : void
ParseInternal ( Graphics g ) : void
PreParse ( XmlElement element ) : void

Method Details

DrawInternal() protected méthode

protected DrawInternal ( Graphics g, PointF position, SizeF size ) : void
g System.Drawing.Graphics
position System.Drawing.PointF
size System.Drawing.SizeF
Résultat void

LinkPart() public méthode

public LinkPart ( ChatMessagePart parent = null, Font font = null ) : System
parent ChatMessagePart
font System.Drawing.Font
Résultat System

LinkPart() public méthode

public LinkPart ( string text, ChatMessagePart parent = null, Font font = null ) : System
text string
parent ChatMessagePart
font System.Drawing.Font
Résultat System

MouseDownInternal() protected méthode

protected MouseDownInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
Résultat void

MouseEnterInternal() protected méthode

protected MouseEnterInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
Résultat void

MouseLeaveInternal() protected méthode

protected MouseLeaveInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
Résultat void

MouseMoveInternal() protected méthode

protected MouseMoveInternal ( PointF location, MouseEventArgs e ) : void
location System.Drawing.PointF
e MouseEventArgs
Résultat void

ParseInternal() protected méthode

protected ParseInternal ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

PreParse() protected méthode

protected PreParse ( XmlElement element ) : void
element System.Xml.XmlElement
Résultat void