Class RadScreenTip
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public abstract class RadScreenTip : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IScreenTipContent
Constructors
RadScreenTip()
Declaration
protected RadScreenTip()
Properties
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
Description
Declaration
public virtual string Description { get; set; }
Property Value
System.String
|
Implements
Items
Declaration
[RadEditItemsAction]
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
ScreenTipElement
Gets the instance of RadScreenTipElement wrapped by this control. RadScreenTipElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadScreenTip.
Declaration
public abstract RadScreenTipElement ScreenTipElement { get; }
Property Value
RadScreenTipElement
|
TemplateType
Declaration
public abstract Type TemplateType { get; set; }
Property Value
System.Type
|
Implements
TipItems
Declaration
public RadItemReadOnlyCollection TipItems { get; }
Property Value
RadItemReadOnlyCollection
|
Implements
TipSize
Declaration
public virtual Size TipSize { get; }
Property Value
System.Drawing.Size
|