Class RadScreenTipElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public abstract class RadScreenTipElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IScreenTipContent
Constructors
RadScreenTipElement()
Initializes a new instance of the Rad
Declaration
public RadScreenTipElement()
Properties
Description
Override this property and provide custom screentip template description in DesignTime
Declaration
public virtual string Description { get; set; }
Property Value
System.
|
Implements
EnableCustomSize
Gets or sets value indicating whether Office 2007 UI compliant screen tip sizing should be used
Declaration
public bool EnableCustomSize { get; set; }
Property Value
System.
|
Items
Declaration
[RadNewItem("Type here", true)]
public RadItemOwnerCollection Items { get; }
Property Value
TemplateType
Gets the screen tip actual template type. Used for component serialization.
Declaration
public Type TemplateType { get; set; }
Property Value
System.
|
Implements
TipItems
Declaration
public RadItemReadOnlyCollection TipItems { get; }
Property Value
Implements
TipSize
Gets a value indicating screen tip preset size.
Declaration
public virtual Size TipSize { get; set; }
Property Value
System.
|
Implements
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()