Class GanttGraphicalViewBaseTaskElement
Represents a base class for all task elements in a GanttViewGraphicalViewElement.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttGraphicalViewBaseTaskElement : GanttViewVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GanttGraphicalViewBaseTaskElement()
Declaration
public GanttGraphicalViewBaseTaskElement()
Fields
SelectedProperty
Properties
IsMouseOverEndResizeRectangle
Gets or sets a value indicating whether the mouse is over the right area where resize could start.
Declaration
public bool IsMouseOverEndResizeRectangle { get; set; }
Property Value
System.Boolean
|
IsMouseOverStartResizeRectangle
Gets or sets a value indicating whether the mouse is over the left area where resize could start.
Declaration
public bool IsMouseOverStartResizeRectangle { get; set; }
Property Value
System.Boolean
|
Methods
CanBeResized()
Determines whether this instance can be resized.
Declaration
public virtual bool CanBeResized()
Returns
System.Boolean
|
CanDragCore(Point)
Determines whether the element may be dragged.
Declaration
protected override bool CanDragCore(Point dragStartPoint)
Parameters
System.Drawing.Point
dragStartPoint
|
Returns
System.Boolean
|
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
OnMouseLeave(EventArgs)
Raises the MouseLeave event.
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
Overrides
OnMouseMove(MouseEventArgs)
Raises the MouseMove event.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |