Class CommentsPane
Inheritance
System.Object
CommentsPane
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.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CommentsPane : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
CommentsPane()
Declaration
public CommentsPane()
Fields
IsMouseIndirectlyOverProperty
Declaration
public static readonly RadProperty IsMouseIndirectlyOverProperty
Field Value
RadProperty
|
Properties
IsMouseIndirectlyOver
Declaration
public bool IsMouseIndirectlyOver { get; set; }
Property Value
System.Boolean
|
Methods
OnMouseEnter(EventArgs)
Declaration
protected override void OnMouseEnter(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
|