Name | Description | |
---|---|---|
![]() | VintasoftScrollableControl | Initializes a new instance of the VintasoftScrollableControl class. |
Name | Description | |
---|---|---|
![]() | VintasoftScrollableControl | Initializes a new instance of the VintasoftScrollableControl class. |
Name | Description | |
---|---|---|
![]() | ClientRectangle | Gets the client size, in surface space, of the control. (Inherited from VintasoftControl) |
![]() | ClientSize | Gets or sets the control client size, in surface space. (Inherited from VintasoftControl) |
![]() | CrossCursor | Gets or sets the cross cursor. (Inherited from VintasoftControl) |
![]() | Cursor | Gets or sets the cursor. (Inherited from VintasoftControl) |
![]() | DefaultCursor | Gets or sets the default cursor. (Inherited from VintasoftControl) |
![]() | InteractionPointBorderColor | Gets or sets the fill color of the interaction point. (Inherited from VintasoftControl) |
![]() | InteractionPointFillColor | Gets or sets the fill color of the interaction point. (Inherited from VintasoftControl) |
![]() | InteractionPointInteractionRadius | Gets the interaction point interaction radius. (Inherited from VintasoftControl) |
![]() | InteractionPointRadius | Gets or sets the radius of interaction point (resize and rotate points). (Inherited from VintasoftControl) |
![]() | InteractiveObjectCursor | Gets or sets the cursor that uses in an interactive object. (Inherited from VintasoftControl) |
![]() | InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Inherited from VintasoftControl) |
![]() | MoveCursor | Gets or sets the move cursor. (Inherited from VintasoftControl) |
![]() | ResizeCursorNESW | Gets or sets the two-headed diagonal (northeast/southwest) sizing cursor. (Inherited from VintasoftControl) |
![]() | ResizeCursorNS | Gets or sets the two-headed vertical (north/south) sizing cursor. (Inherited from VintasoftControl) |
![]() | ResizeCursorNWSE | Gets or sets the two-headed diagonal (northwest/southeast) sizing cursor. (Inherited from VintasoftControl) |
![]() | ResizeCursorWE | Gets or sets the two-headed horizontal (west/east) sizing cursor. (Inherited from VintasoftControl) |
![]() | RotateCursor | Gets or sets the rotate cursor. (Inherited from VintasoftControl) |
![]() | RotationAssistantDiscreteAngle | Gets or sets the discrete angle, in degress, of rotation assistant. (Inherited from VintasoftControl) |
![]() | RotationAssistantRadius | Gets or sets the radius of rotation assistant. (Inherited from VintasoftControl) |
![]() | ScrollPosition | Gets or sets the scroll position. |
![]() | ScrollSize | Gets the size of the scroll area. |
![]() | Size | Gets or sets the control size, in surface space. (Inherited from VintasoftControl) |
Name | Description | |
---|---|---|
![]() | BeginInit | Signals the object that initialization is starting. (Inherited from VintasoftControl) |
![]() | BeginInvoke | Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from VintasoftControl) |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from VintasoftControl) |
![]() | DoKeyDown | Does the OnKeyDown(VintasoftControlKeyEventArgs) method. (Inherited from VintasoftControl) |
![]() | DoKeyUp | Does the OnKeyUp(VintasoftControlKeyEventArgs) method. (Inherited from VintasoftControl) |
![]() | DoMouseClick | Does the DoMouseClick(VintasoftControlMouseEventArgs) method. (Inherited from VintasoftControl) |
![]() | DoMouseDown | Does the OnMouseDown(VintasoftControlMouseEventArgs) method. (Inherited from VintasoftControl) |
![]() | DoMouseLeave | Does the OnMouseLeave(VintasoftControlEventArgs) method. (Inherited from VintasoftControl) |
![]() | DoMouseMove | Does the DoMouseMove(VintasoftControlMouseEventArgs) method. (Inherited from VintasoftControl) |
![]() | DoMouseUp | Does the DoMouseUp(VintasoftControlMouseEventArgs) method. (Inherited from VintasoftControl) |
![]() | Draw | Draws the control on specified drawing engine. (Inherited from VintasoftControl) |
![]() | EndInit | Overloaded. Signals the object that initialization is complete. (Inherited from VintasoftControl) |
![]() | GetCursor | Gets the cursor by location. (Inherited from VintasoftControl) |
![]() | Invalidate | Overloaded. Invalidates the entire surface of the control and causes the control to be redrawn. (Inherited from VintasoftControl) |
![]() | Invoke | Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. (Inherited from VintasoftControl) |
![]() | SetSynchronizationContext | Sets the synchronization provider. (Inherited from VintasoftControl) |
Name | Description | |
---|---|---|
![]() | InvalidateInteraction | Invalidates the interaction. (Inherited from VintasoftControl) |
![]() | OnClientSizeChanged | Raises the ClientSizeChanged event. (Inherited from VintasoftControl) |
![]() | OnCursorChanged | Raises the CursorChanged event. (Inherited from VintasoftControl) |
![]() | OnInvalidating | Raises the Invalidating event. (Inherited from VintasoftControl) |
![]() | OnKeyDown | Raises the KeyDown event. (Inherited from VintasoftControl) |
![]() | OnKeyUp | Raises the KeyUp event. (Inherited from VintasoftControl) |
![]() | OnMouseClick | Raises the MouseClick event. (Inherited from VintasoftControl) |
![]() | OnMouseDown | Raises the MouseDown event. (Inherited from VintasoftControl) |
![]() | OnMouseLeave | Raises the MouseLeave event. (Inherited from VintasoftControl) |
![]() | OnMouseMove | Raises the MouseMove event. (Inherited from VintasoftControl) |
![]() | OnMouseUp | Raises the MouseUp event. (Inherited from VintasoftControl) |
![]() | OnScrollPositionChanged | Raises the ScrollPositionChanged event. |
![]() | OnScrollSizeChanged | Raises the ScrollSizeChanged event. |
![]() | OnSizeChanged | Raises the SizeChanged event. (Inherited from VintasoftControl) |
![]() | SetScrollSize | Sets the size of scroll area. |
Name | Description | |
---|---|---|
![]() | ClientSizeChanged | Occurs when value of ClientSize property is changed. (Inherited from VintasoftControl) |
![]() | CursorChanged | Occurs when value of Cursor property is changed. (Inherited from VintasoftControl) |
![]() | Invalidating | Occurs when control is invalidating. (Inherited from VintasoftControl) |
![]() | KeyDown | Occurs when a key is pressed while the control has focus. (Inherited from VintasoftControl) |
![]() | KeyUp | Occurs when a key is released while the control has focus. (Inherited from VintasoftControl) |
![]() | MouseClick | Occurs when mouse button is clicked. (Inherited from VintasoftControl) |
![]() | MouseDown | Occurs when mouse button is down. (Inherited from VintasoftControl) |
![]() | MouseLeave | Occurs when mouse leaves the control. (Inherited from VintasoftControl) |
![]() | MouseMove | Occurs when mouse is moved. (Inherited from VintasoftControl) |
![]() | MouseUp | Occurs when mouse button is released. (Inherited from VintasoftControl) |
![]() | ScrollPositionChanged | Occurs when value of ScrollPosition property is changed. |
![]() | ScrollSizeChanged | Occurs when value of ScrollSize property is changed. |
![]() | SizeChanged | Occurs when value of Size property is changed. (Inherited from VintasoftControl) |