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 RadScreenTipElement class.
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.String
|
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.Boolean
|
Items
Declaration
[RadNewItem("Type here", true)]
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
TemplateType
Gets the screen tip actual template type. Used for component serialization.
Declaration
public Type TemplateType { get; set; }
Property Value
System.Type
|
Implements
TipItems
Declaration
public RadItemReadOnlyCollection TipItems { get; }
Property Value
RadItemReadOnlyCollection
|
Implements
TipSize
Gets a value indicating screen tip preset size.
Declaration
public virtual Size TipSize { get; set; }
Property Value
System.Drawing.Size
|
Implements
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()