Class CommentsPane
Inheritance
System.Object
CommentsPane
Namespace: Telerik.Windows.Documents.UI.Annotations
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CommentsPane : Control
Constructors
CommentsPane()
Declaration
public CommentsPane()
Fields
IsMouseIndirectlyOverProperty
Declaration
public static readonly DependencyProperty IsMouseIndirectlyOverProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsMouseIndirectlyOver
Declaration
public bool IsMouseIndirectlyOver { get; set; }
Property Value
System.Boolean
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |