Class FoldingMargin
Inheritance
System.Object
FoldingMargin
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.Margins
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class FoldingMargin : SelectionAwareMargin, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
FoldingMargin(RadSyntaxEditorElement)
Declaration
public FoldingMargin(RadSyntaxEditorElement textEditor)
Parameters
Rad
|
Fields
ToggleButtonBorderColorProperty
Registers the Toggle
Declaration
public static readonly RadProperty ToggleButtonBorderColorProperty
Field Value
ToggleButtonForeColorProperty
Registers the Toggle
Declaration
public static readonly RadProperty ToggleButtonForeColorProperty
Field Value
Properties
ToggleButtonBorderColor
Declaration
public Color ToggleButtonBorderColor { get; set; }
Property Value
System.
|
ToggleButtonForeColor
Declaration
public Color ToggleButtonForeColor { get; set; }
Property Value
System.
|
Methods
CanPerformSelection(Point)
Declaration
protected override bool CanPerformSelection(Point location)
Parameters
System.
|
Returns
System.
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
UpdateUIOverride(UIUpdateContext)
Declaration
protected override void UpdateUIOverride(UIUpdateContext updateContext)
Parameters
UIUpdate
|