ClassCommentBalloon
Represents a comment balloon in the document UI annotations, providing a visual interface for user comments.
Definition
Namespace:Telerik.Windows.Documents.UI.Annotations
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class CommentBalloon : Control
Inheritance: objectCommentBalloon
Constructors
CommentBalloon()
Declaration
public CommentBalloon()
Fields
CommentRichTextBoxName
Declaration
public const string CommentRichTextBoxName = "CommentRichTextBox"
Field Value
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
Properties
Comment
Represents a comment balloon that displays annotations related to a specific content or region within a document.
IsReadOnly
Gets a value indicating whether the comment balloon is read-only.
Methods
OnApplyTemplate()
Called when the template is applied. This method is used to initialize the visual elements of the CommentBalloon.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.