Class RadOffice2007ScreenTip
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadOffice2007ScreenTip : RadScreenTip, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IScreenTipContent
Constructors
RadOffice2007ScreenTip()
Declaration
public RadOffice2007ScreenTip()
Properties
CaptionVisible
Declaration
public bool CaptionVisible { get; set; }
Property Value
System.Boolean
|
FooterVisible
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 override RadScreenTipElement ScreenTipElement { get; }
Property Value
RadScreenTipElement
|
Overrides
TemplateType
Declaration
public override Type TemplateType { get; set; }
Property Value
System.Type
|
Overrides
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|