Class RadOffice2007ScreenTipElement
Inheritance
System.Object
RadOffice2007ScreenTipElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadOffice2007ScreenTipElement : RadScreenTipElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IScreenTipContent
Constructors
RadOffice2007ScreenTipElement()
Declaration
public RadOffice2007ScreenTipElement()
Fields
CaptionVisibleProperty
FooterVisibleProperty
Properties
CaptionLabel
Gets the element that displays the caption
Declaration
public RadLabelElement CaptionLabel { get; }
Property Value
RadLabelElement
|
CaptionVisible
Declaration
public bool CaptionVisible { get; set; }
Property Value
System.Boolean
|
FooterLine
FooterTextLabel
FooterVisible
MainTextLabel
Gets the element that displays the Text
Declaration
public RadLabelElement MainTextLabel { get; }
Property Value
RadLabelElement
|
ScreenTipBorder
Gets the BorderPrimitive instance that represents the screen tip border.
Declaration
public BorderPrimitive ScreenTipBorder { get; }
Property Value
BorderPrimitive
|
ScreenTipFill
Gets the FillPrimitive instance that represents the screen tip fill.
Declaration
public FillPrimitive ScreenTipFill { get; }
Property Value
FillPrimitive
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|