Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / DragOperation Class
Members


In This Topic
    DragOperation Class
    In This Topic
    The base of all dragging operations
    Object Model
    DragOperation Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public MustInherit Class DragOperation 
       Inherits InteractivityOperation
    'Usage
     
    Dim instance As DragOperation
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public abstract class DragOperation : InteractivityOperation 
    Inheritance Hierarchy
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether the interactivity operation is active. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Public PropertyControls the cursor displayed by the control when the operation is active.  
    Public PropertyThe mouse button that starts this dragging operation  
    Top
    Public Methods
     NameDescription
    Public MethodCancels this interactivity operation  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation)
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Events
     NameDescription
    Public EventFired before a drag operation is about to begin.  
    Public EventFired if the user pressed the Escape button.  
    Public EventFired when a drag operation is being processes.  
    Public EventFired after a drag operation has ended.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also