IContentControlPropertiesDialog
Interface
Defines the properties dialog for a content control in the Telerik UI Extensibility framework.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IContentControlPropertiesDialog
Derived Classes:
Methods
Displays the content control properties dialog for the specified context.
C#
void Show(ContentControlPropertiesContext context)
The context containing the properties of the content control to be displayed.