skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ContentControlState

Represents the view state properties needed for representing the content control.

Inheritance
System.Object
ContentControlState
ButtonContentControlState
CheckBoxControlState
PictureControlState
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll

Syntax

public class ContentControlState : Object, INotifyPropertyChanged

Properties

Alias

Gets the alias text.

Declaration
public string Alias { get; }
Property Value
System.String

Focused

Gets the value that indicates whether the controls should appear focused or not.

Declaration
public bool Focused { get; }
Property Value
System.Boolean

Hovered

Gets or sets the value that indicates whether the control should appear hovered or not.

Declaration
public bool Hovered { get; set; }
Property Value
System.Boolean

Lock

Gets the value that indicates if the control is locked.

Declaration
public Nullable<Lock> Lock { get; }
Property Value
System.Nullable<Lock>

OutlineAppearance

Gets the value that indicates the appearance of the control.

Declaration
public OutlineAppearance OutlineAppearance { get; }
Property Value
OutlineAppearance

OutlineColor

Gets the value that indicates the color of the control.

Declaration
public Nullable<Color> OutlineColor { get; }
Property Value
System.Nullable<System.Windows.Media.Color>

PolygonPoints

Gets the value that indicates the list of points that identifies the control's polygon.

Declaration
public IEnumerable<Point> PolygonPoints { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Windows.Point>

Properties

Declaration
protected SdtProperties Properties { get; }
Property Value
SdtProperties

SdtStart

Declaration
protected SdtRangeStart SdtStart { get; }
Property Value
SdtRangeStart

SelectAction

Gets the value that indicates the action which selects the content of the control.

Declaration
public Action<object> SelectAction { get; }
Property Value
System.Action<System.Object>

Selected

Gets the value that indicates whether the control should appear selected or not.

Declaration
public bool Selected { get; }
Property Value
System.Boolean

ShowThumb

Gets the value that indicates whether the controls should show its thumb or not.

Declaration
public bool ShowThumb { get; }
Property Value
System.Boolean

Type

Gets the value that indicates the type of the control.

Declaration
public SdtType Type { get; }
Property Value
SdtType

Methods

OnPropertyChanged(String)

Raise PropertyChanged event to any listeners.

Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String propertyName

Events

PropertyChanged

PropertyChanged event.

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.