The XViewportPanel type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AccessibilityNotifyClients | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. |
![]() | Add |
Adds the XViewport view to the collection.
|
![]() | AdjustFormScrollbars | (Inherited from ContainerControl.) |
![]() | BeginInvoke | Overloaded. |
![]() | BringToFront | Brings the control to the front of the z-order. |
![]() | Contains | Retrieves a value indicating whether the specified control is a child of the control. |
![]() | CreateAccessibilityInstance | Creates a new accessibility object for the control. |
![]() | CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. |
![]() | CreateControlsInstance | Creates a new instance of the control collection for the control. |
![]() | CreateGraphics | Creates the Graphics object for the control. |
![]() | CreateHandle | Creates a handle for the control. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() | CreateOverlayViewport | Overloaded. |
![]() | CreateViewport | Overloaded. |
![]() | DefWndProc | Sends the specified message to the default window procedure. |
![]() | DestroyHandle | Destroys the handle associated with the control. |
![]() | Dispose | Overloaded. |
![]() | DoDragDrop | Begins a drag-and-drop operation. |
![]() | EndInvoke | Retrieves the return value of the asynchronous operation represented by the IAsyncResult object passed. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
![]() | FindForm | Retrieves the form that the control is on. |
![]() | Focus | Sets input focus to the control. |
![]() | GetContainerControl | Returns the next ContainerControl up the control's chain of parent controls. |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetChildAtPoint | Retrieves the child control that is located at the specified coordinates. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() | GetNextControl | Retrieves the next control forward or back in the tab order of child controls. |
![]() | GetScrollState | (Inherited from ScrollableControl.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetStyle | Retrieves the value of the specified control style bit for the control. |
![]() | GetTopLevel | Determines if the control is a top-level control. |
![]() | GetType | Gets the Type of the current instance. |
![]() | GetZOrder |
Gets the Z-order of the view value.
|
![]() | Hide | Conceals the control from the user. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() | InitLayout | Called after the control has been added to another container. |
![]() | Invalidate | Overloaded. |
![]() | Invoke | Overloaded. |
![]() | InvokeGotFocus | Raises the GotFocus event for the specified control. |
![]() | InvokeLostFocus | Raises the LostFocus event for the specified control. |
![]() | InvokeOnClick | Raises the Click event for the specified control. |
![]() | InvokePaint | Raises the Paint event for the specified control. |
![]() | InvokePaintBackground | Raises the PaintBackground event for the specified control. |
![]() | IsInputChar | Determines if a character is an input character that the control recognizes. |
![]() | IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | MoveInFrontOf |
Moves view vp1 in front of the view vp2.
|
![]() | NotifyInvalidate | (Inherited from Control.) |
![]() | NotifyViewportsOnSizeChanged |
Notifies all viewports about the viewport panel size change.
|
![]() | OnBackColorChanged | (Overrides Control..::.OnBackColorChanged(EventArgs).) |
![]() | OnBackgroundImageChanged | Raises the BackgroundImageChanged event. |
![]() | OnBindingContextChanged | Raises the BindingContextChangedevent. |
![]() | OnCausesValidationChanged | Raises the CausesValidationChangedevent. |
![]() | OnClick | Raises the Click event. |
![]() | OnContextMenuChanged | Raises the ContextMenuChangedevent. |
![]() | OnControlAdded | Raises the ControlAdded event. |
![]() | OnControlRemoved | Raises the ControlRemoved event. |
![]() | OnCreateControl | (Inherited from UserControl.) |
![]() | OnCursorChanged | Raises the CursorChangedevent. |
![]() | OnDeviceReset |
The method is called when resetting the Device device.
|
![]() | OnDockChanged | Raises the DockChangedevent. |
![]() | OnDoubleClick | Raises the DoubleClick event. |
![]() | OnDragDrop | Raises the DragDrop event. |
![]() | OnDragEnter | Raises the DragEnter event. |
![]() | OnDragLeave | Raises the DragLeave event. |
![]() | OnDragOver | Raises the DragOver event. |
![]() | OnEnabledChanged | Raises the EnabledChanged event. |
![]() | OnEnter | Raises the Enter event. |
![]() | OnFontChanged | Raises the FontChangedevent. |
![]() | OnForeColorChanged | Raises the ForeColorChangedevent. |
![]() | OnGiveFeedback | Raises the GiveFeedback event. |
![]() | OnGotFocus |
Fire event GotFocus.
(Overrides Control..::.OnGotFocus(EventArgs).) |
![]() | OnHandleCreated |
Fire event HandleCreated.
(Overrides Control..::.OnHandleCreated(EventArgs).) |
![]() | OnHandleDestroyed |
Fire event HandleDestroyed.
(Overrides Control..::.OnHandleDestroyed(EventArgs).) |
![]() | OnHelpRequested | Raises the HelpRequested event. |
![]() | OnChangeUICues | Raises the ChangeUICues event. |
![]() | OnImeModeChanged | Raises the ImeModeChanged event. |
![]() | OnInvalidated | Raises the Invalidated event. |
![]() | OnKeyDown | Raises the KeyDown event. |
![]() | OnKeyPress | Raises the KeyPress event. |
![]() | OnKeyUp | Raises the KeyUp event. |
![]() | OnLayout |
Fire event Layout.
(Overrides ScrollableControl..::.OnLayout(LayoutEventArgs).) |
![]() | OnLeave | Raises the Leave event. |
![]() | OnLoad |
Fire event Load.
(Overrides UserControl..::.OnLoad(EventArgs).) |
![]() | OnLocationChanged | Raises the LocationChanged event. |
![]() | OnLostFocus | Raises the LostFocus event. |
![]() | OnMouseDown | (Inherited from UserControl.) |
![]() | OnMouseEnter | Raises the MouseEnter event. |
![]() | OnMouseHover | Raises the MouseHover event. |
![]() | OnMouseLeave | Raises the MouseLeave event. |
![]() | OnMouseMove | Raises the MouseMove event. |
![]() | OnMouseUp | Raises the MouseUp event. |
![]() | OnMouseWheel | (Inherited from ScrollableControl.) |
![]() | OnMove | Raises the Move event. |
![]() | OnNotifyMessage | Notifies the control of Windows messages. |
![]() | OnPaint |
Fire event Paint.
(Overrides Control..::.OnPaint(PaintEventArgs).) |
![]() | OnPaintBackground | Paints the background of the control. |
![]() | OnParentBackColorChanged | Raises the BackColorChanged event when the BackColor property value of the control's container changes. |
![]() | OnParentBackgroundImageChanged | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. |
![]() | OnParentBindingContextChanged | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. |
![]() | OnParentEnabledChanged | Raises the EnabledChanged event when the Enabled property value of the control's container changes. |
![]() | OnParentFontChanged | Raises the FontChanged event when the Font property value of the control's container changes. |
![]() | OnParentForeColorChanged | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. |
![]() | OnParentChanged |
Fire event ParentChanged.
(Overrides Control..::.OnParentChanged(EventArgs).) |
![]() | OnParentRightToLeftChanged | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. |
![]() | OnParentVisibleChanged | Raises the VisibleChanged event when the Visible property value of the control's container changes. |
![]() | OnQueryContinueDrag | Raises the QueryContinueDrag event. |
![]() | OnResize |
Fire event Resize.
(Overrides Control..::.OnResize(EventArgs).) |
![]() | OnRightToLeftChanged | Raises the RightToLeftChangedevent. |
![]() | OnSizeChanged |
Fire event SizeChanged.
(Overrides Control..::.OnSizeChanged(EventArgs).) |
![]() | OnStyleChanged | Raises the StyleChanged event. |
![]() | OnSystemColorsChanged | Raises the SystemColorsChanged event. |
![]() | OnTabIndexChanged | Raises the TabIndexChanged event. |
![]() | OnTabStopChanged | Raises the TabStopChanged event. |
![]() | OnTextChanged | Raises the TextChanged event. |
![]() | OnValidated | Raises the Validated event. |
![]() | OnValidating | Raises the Validating event. |
![]() | OnVisibleChanged |
Fire event VisibleChanged.
(Overrides ScrollableControl..::.OnVisibleChanged(EventArgs).) |
![]() | PerformLayout | Overloaded. |
![]() | PointToClient | Computes the location of the specified screen point into client coordinates. |
![]() | PointToScreen | Computes the location of the specified client point into screen coordinates. |
![]() | PreProcessMessage | Preprocesses input messages within the message loop before they are dispatched. |
![]() | ProcessCmdKey | Processes a command key. |
![]() | ProcessDialogChar | (Inherited from ContainerControl.) |
![]() | ProcessDialogKey | (Inherited from ContainerControl.) |
![]() | ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. |
![]() | ProcessKeyMessage | Processes a keyboard message. |
![]() | ProcessKeyPreview | Previews a keyboard message. |
![]() | ProcessMnemonic | (Inherited from ContainerControl.) |
![]() | ProcessTabKey | Selects the next available control and makes it the active control. |
![]() | RaiseDragEvent | (Inherited from Control.) |
![]() | RaiseKeyEvent | (Inherited from Control.) |
![]() | RaiseMouseEvent | (Inherited from Control.) |
![]() | RaisePaintEvent | (Inherited from Control.) |
![]() | RecreateHandle | Forces the re-creation of the handle for the control. |
![]() | RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. |
![]() | RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. |
![]() | Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. |
![]() | Remove |
Removes the XViewport view from the collection.
|
![]() | Render |
Performs the view rendering.
|
![]() | ResetBackColor | Resets the BackColor property to its default value. |
![]() | ResetBindings | Resets the DataBindings property to its default value. |
![]() | ResetCursor | Resets the Cursor property to its default value. |
![]() | ResetFont | Resets the Fontproperty to its default value. |
![]() | ResetForeColor | Resets the ForeColor property to its default value. |
![]() | ResetImeMode | Resets the ImeMode property to its default value. |
![]() | ResetMouseEventArgs | (Inherited from Control.) |
![]() | ResetRightToLeft | Resets the RightToLeft property to its default value. |
![]() | ResetText | Resets the Text property to its default value. |
![]() | ResumeLayout | Overloaded. |
![]() | RtlTranslateAlignment | Overloaded. |
![]() | RtlTranslateContent | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. |
![]() | RtlTranslateHorizontal | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. |
![]() | RtlTranslateLeftRight | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. |
![]() | Scale | Overloaded. |
![]() | ScaleCore | (Inherited from ScrollableControl.) |
![]() | ScrollControlIntoView | (Inherited from ScrollableControl.) |
![]() | Select | Overloaded. |
![]() | SelectNextControl | Activates the next control. |
![]() | SendToBack | Sends the control to the back of the z-order. |
![]() | SetAutoScrollMargin | Sets the size of the auto-scroll margins. |
![]() | SetBounds | Overloaded. |
![]() | SetBoundsCore | Performs the work of setting the specified bounds of this control. |
![]() | SetClientSizeCore | Sets the size of the client area of the control. |
![]() | SetDisplayRectLocation | (Inherited from ScrollableControl.) |
![]() | SetFullScreen | Overloaded. |
![]() | SetScrollState | (Inherited from ScrollableControl.) |
![]() | SetStyle | Sets the specified style bit to the specified value. |
![]() | SetTopLevel | Sets the control as the top-level control. |
![]() | SetVisibleCore | Sets the control to the specified visible state. |
![]() | SetZOrder |
Sets the Z-order of the view value.
|
![]() | Show | Displays the control to the user. |
![]() | SuspendLayout | Temporarily suspends the layout logic for the control. |
![]() | ToString | (Inherited from Component.) |
![]() | Update | Causes the control to redraw the invalidated regions within its client area. |
![]() | UpdateBounds | Overloaded. |
![]() | UpdateDefaultButton | (Inherited from ContainerControl.) |
![]() | UpdateStyles | Forces the assigned styles to be reapplied to the control. |
![]() | UpdateZOrder | Updates the control in its parent's z-order. |
![]() | Validate | Validates the last invalidated control and its ancestors up through, but not including, the current control. |
![]() | ViewportFromPoint |
Finds the viewport, which is situated at the given position in the control.
|
![]() | WndProc | (Inherited from UserControl.) |