Class BaseChatOverlay
Inheritance
System.Object
BaseChatOverlay
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 BaseChatOverlay : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
BaseChatOverlay()
Declaration
public BaseChatOverlay()
Properties
ChatElement
CurrentValue
Declaration
public object CurrentValue { get; set; }
Property Value
System.Object
|
IsInline
Declaration
public bool IsInline { get; }
Property Value
System.Boolean
|
Methods
PrepareForOverlayDisplay()
Declaration
public virtual void PrepareForOverlayDisplay()
PrepareForPopupDisplay()
Declaration
public virtual void PrepareForPopupDisplay()
SetCurrentValue(Object)
Declaration
protected virtual void SetCurrentValue(object value)
Parameters
System.Object
value
|