Class SyntaxEditorMargin
A margin which can be added to the RadSyntaxEditor control.
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.Margins
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public abstract class SyntaxEditorMargin : ContentControl
Constructors
SyntaxEditorMargin(RadSyntaxEditor)
Initializes a new instance of the SyntaxEditorMargin class.
Declaration
protected SyntaxEditorMargin(RadSyntaxEditor editor)
Parameters
RadSyntaxEditor
editor
The RadSyntaxEditor instance. |
Properties
Editor
The RadSyntaxEditor instance.
Declaration
public RadSyntaxEditor Editor { get; }
Property Value
RadSyntaxEditor
|
Methods
UpdateUI()
Called when the UI of the margin needs to be updated.
Declaration
public void UpdateUI()
UpdateUI(UIUpdateContext)
Called when the UI of the margin needs to be updated.
Declaration
public void UpdateUI(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
The UIUpdateContext. |
UpdateUIOverride(UIUpdateContext)
Updates the user interface of the margin.
Declaration
protected abstract void UpdateUIOverride(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
|