NevronOpenVision
Nevron.Nov.Schedule Namespace / NAppointmentResizeTool Class
Fields Properties Methods Events


In This Topic
    NAppointmentResizeTool Class Members
    In This Topic

    The following tables list the members exposed by NAppointmentResizeTool.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NAppointmentResizeTool.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SideDistance property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the maximum distance a point should be from the side of an appointment widget in order to activate this tool. By default set to 10 dips.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Processes the mouse move event.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Gets the cursor and tooltip that the tool requests when active  
    Protected MethodOverridden. Gets the cursor and tooltip that the tool requests when not active.  
    Protected MethodOverridden. Called when the tool was aborted. Raises the Aborted event  
    Protected MethodOverridden. Called when the tool was activated.  
    Protected MethodOverridden. Called when the tool was deactivated. Raises the Deactivated event.  
    Protected MethodResizes the preview of the selected item to the position specified by dragPos. If preview is not created, it is created if the mustCreatePreview is true, or the mouse has moved a certain amount from the tool activation position. Finally if the preview is created, it is started with the location specified by startPos parameter.  
    Top
    See Also