Class ProceduralLanguageBase
Inheritance
System.Object
ProceduralLanguageBase
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public abstract class ProceduralLanguageBase : LanguageBase
Constructors
ProceduralLanguageBase(EditControl)
Declaration
public ProceduralLanguageBase(EditControl control)
Parameters
Methods
ApplyColor(String, Int32)
Declaration
protected override IFormat ApplyColor(string text, int line)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.Int32 |
line |
|
Returns
Overrides
ApplyExpandCollapse(ApplyExpandCollapseArgs)
Declaration
protected override void ApplyExpandCollapse(ApplyExpandCollapseArgs args)
Parameters
Overrides