InterfaceIContentControlPropertiesDialog
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:
cs-api-definition
public interface IContentControlPropertiesDialog
Methods
Show(ContentControlPropertiesContext)
Displays the content control properties dialog for the specified context.
Declaration
cs-api-definition
void Show(ContentControlPropertiesContext context)
Parameters
context
ContentControlPropertiesContext
The context containing the properties of the content control to be displayed.