RadScreenTip
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public abstract class RadScreenTip : RadControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IScreenTipContent
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadScreenTip...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected RadScreenTip()
Properties
C#
protected override Size DefaultSize { get; }
Overrides:
C#
public virtual string Description { get; set; }
Implements:
C#
[RadEditItemsAction]
[Browsable(true)]
public RadItemOwnerCollection Items { get; }
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.
C#
[Browsable(false)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract RadScreenTipElement ScreenTipElement { get; }
C#
public abstract Type TemplateType { get; set; }
Implements:
C#
public RadItemReadOnlyCollection TipItems { get; }
Implements: