Class DropPositionMarker
Represents a DropPositionMarker control.
Inheritance
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class DropPositionMarker : Control, IThemable
Constructors
DropPositionMarker()
Properties
IsDropAllowed
Sets a value indicating whether dropping is allowed.
Declaration
public bool IsDropAllowed { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |