Class CommentBalloon
Inheritance
System.Object
CommentBalloon
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.WinForms.Documents.UI.Annotations
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CommentBalloon : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
CommentBalloon()
Declaration
public CommentBalloon()
CommentBalloon(Comment)
Fields
IsReadOnlyProperty
Properties
Comment
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
Methods
OnApplyTemplate()
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|