Class FoldedRegionButton
Folded region button implementation class..
Inheritance
System.Object
FoldedRegionButton
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
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class FoldedRegionButton : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
FoldedRegionButton()
Fields
TextProperty
Registers the text dependency property.
Declaration
public static readonly RadProperty TextProperty
Field Value
RadProperty
|
Properties
Font
Declaration
public Font Font { get; }
Property Value
System.Drawing.Font
|
FontFamily
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
FontStyle
FontWeight
Text
Gets or sets the text.
Declaration
public override string Text { get; set; }
Property Value
System.String
The text. |
Overrides
Methods
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnDoubleClick()
Declaration
protected virtual void OnDoubleClick()
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
Overrides
Events
DoubleClick
Occurs on mouse double click.
Declaration
public event EventHandler DoubleClick
Event Type
System.EventHandler
|