Class
RadKeyTipShowingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadKeyTipShowingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadKeyTipShowingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadKeyTipShowingEventArgs(bool, Point, Font, Color, Color, Color)

Creates an instance of the RadKeyTipShowingEventArgs class.

Declaration

cs-api-definition
public RadKeyTipShowingEventArgs(bool cancel, Point customLocation, Font font, Color backColor, Color borderColor, Color foreColor)

Parameters

cancel

bool

customLocation

Point

font

Font

backColor

Color

borderColor

Color

foreColor

Color

Properties

BackColor

Gets or sets an instance of the Color struct containing the color which will be used to paint the background of the key tip.

Declaration

cs-api-definition
public Color BackColor { get; set; }

Property Value

Color

BorderColor

Gets or sets an instance of the Color struct containing the color which will be used to paint the borders of the key tip.

Declaration

cs-api-definition
public Color BorderColor { get; set; }

Property Value

Color

CustomLocation

Gets or sets an instance of the Point struct containing the coordinates which will be used to position the key tip.

Declaration

cs-api-definition
public Point CustomLocation { get; set; }

Property Value

Point

Font

Gets or sets an instance of the Font class containing the font which will be used to paint the text of the key tip.

Declaration

cs-api-definition
public Font Font { get; set; }

Property Value

Font

ForeColor

Gets or sets an instance of the Color struct containing the color which will be used to paint the text forecolor of the key tip.

Declaration

cs-api-definition
public Color ForeColor { get; set; }

Property Value

Color