Class ToolTipShowEventArgs
EventArgs which allows to prepare ToolTip size and behavior before show
Inheritance
System.Object
System.EventArgs
ToolTipShowEventArgs
Namespace: FastReport.BG.Common
Assembly: FastReport.BG.dll
Syntax
public class ToolTipShowEventArgs : EventArgs
Constructors
ToolTipShowEventArgs(ToolTip, RecordBase)
Constructs ToolTipShowEventArgs instance
Declaration
public ToolTipShowEventArgs(ToolTip tip, RecordBase record)
Parameters
Type | Name | Description |
---|---|---|
ToolTip | tip | ToolTip reference |
RecordBase | record | Record for which ToolTip is going to show |
Properties
Cancel
Cancel showing the ToolTip
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HTMLTags
Parse HTML tags in the Text
Declaration
public bool HTMLTags { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
See Also
Owner
Chart reference
Declaration
public ChartBase Owner { get; }
Property Value
Type | Description |
---|---|
ChartBase |
Record
Record for which ToolTip shows
Declaration
public RecordBase Record { get; }
Property Value
Type | Description |
---|---|
RecordBase |
Size
Get / Set ToolTip window Size
Declaration
public Size Size { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Size |
Text
Get / Set ToolTip text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
MeasureSize()
Measure required Size for ToolTip if the standard drawing is used
Declaration
public Size MeasureSize()
Returns
Type | Description |
---|---|
System.Drawing.Size |