Class ButtonContentControlState
Represents the ButtonContentControlState class.
Inherited Members
      System.Object.ToString()
    
    
      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.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ButtonContentControlState : ContentControlState, INotifyPropertyChanged
  Properties
ShowButton
Gets the value that indicates whether the control should show its button or not.
Declaration
public bool ShowButton { get; }
  Property Value
| 
        System.Boolean
         
  |