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
RadSyntaxEditorElement
textEditor
|
Fields
ToggleButtonBorderColorProperty
Registers the ToggleButtonBorderColor dependency property.
Declaration
public static readonly RadProperty ToggleButtonBorderColorProperty
Field Value
RadProperty
|
ToggleButtonForeColorProperty
Registers the ToggleButtonForeColor dependency property.
Declaration
public static readonly RadProperty ToggleButtonForeColorProperty
Field Value
RadProperty
|
Properties
ToggleButtonBorderColor
Declaration
public Color ToggleButtonBorderColor { get; set; }
Property Value
System.Drawing.Color
|
ToggleButtonForeColor
Declaration
public Color ToggleButtonForeColor { get; set; }
Property Value
System.Drawing.Color
|
Methods
CanPerformSelection(Point)
Declaration
protected override bool CanPerformSelection(Point location)
Parameters
System.Drawing.Point
location
|
Returns
System.Boolean
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
UpdateUIOverride(UIUpdateContext)
Declaration
protected override void UpdateUIOverride(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
|