Class FoldedRegionButton
Folded region button implementation class..
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class FoldedRegionButton : Control
Constructors
FoldedRegionButton()
Fields
TextProperty
Registers the text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |
Methods
OnDoubleClick()
Called when [double click].
Declaration
protected virtual void OnDoubleClick()
OnMouseLeftButtonDown(MouseButtonEventArgs)
Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed. |
Events
DoubleClick
Occurs on mouse double click.
Declaration
public event EventHandler DoubleClick
Event Type
System.EventHandler
|