Class RadKeyTipShowingEventArgs
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadKeyTipShowingEventArgs : CancelEventArgs
Constructors
RadKeyTipShowingEventArgs(Boolean, Point, Font, Color, Color, Color)
Creates an instance of the Rad
Declaration
public RadKeyTipShowingEventArgs(bool cancel, Point customLocation, Font font, Color backColor, Color borderColor, Color foreColor)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Properties
BackColor
Gets or sets an instance of the System.
Declaration
public Color BackColor { get; set; }
Property Value
System.
|
BorderColor
Gets or sets an instance of the System.
Declaration
public Color BorderColor { get; set; }
Property Value
System.
|
CustomLocation
Gets or sets an instance of the System.
Declaration
public Point CustomLocation { get; set; }
Property Value
System.
|
Font
Gets or sets an instance of the System.
Declaration
public Font Font { get; set; }
Property Value
System.
|
ForeColor
Gets or sets an instance of the System.
Declaration
public Color ForeColor { get; set; }
Property Value
System.
|