ClassButtonContentControlState
Class
Represents the ButtonContentControlState class.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ButtonContentControlState : ContentControlState, INotifyPropertyChanged
Inheritance: objectContentControlStateButtonContentControlState
Derived Classes:
Implements:
Inherited Members
Properties
ButtonStyle
Gets or sets the style of the button content control.
Declaration
cs-api-definition
public Style ButtonStyle { get; set; }
Property Value
Style
A Style value representing the style applied to the button content control.
ShowButton
Gets the value that indicates whether the control should show its button or not.