Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadKeyTipShowingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadKeyTipShowingEventArgs
Inherited Members
Constructors
Properties
Gets or sets an instance of the Color struct containing the color which will be used to paint the background of the key tip.
C#
public Color BackColor { get; set; }
Gets or sets an instance of the Color struct containing the color which will be used to paint the borders of the key tip.
C#
public Color BorderColor { get; set; }
Gets or sets an instance of the Point struct containing the coordinates which will be used to position the key tip.
C#
public Point CustomLocation { get; set; }
Gets or sets an instance of the Font class containing the font which will be used to paint the text of the key tip.
C#
public Font Font { get; set; }