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