The BaltiePanel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BaltiePanel |
Creates a new instance of the class BaltiePanel.
|
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.
(Inherited from XViewportPanel.) | |
| AdjustFormScrollbars | (Inherited from ContainerControl.) | |
| Attach |
Attaches the mouse controller controller.
(Inherited from XViewportInputPanel.) | |
| Beep | Overloaded. | |
| BeginInvoke | Overloaded. | |
| BringToFront | Brings the control to the front of the z-order. | |
| CenterCamera | Overloaded. | |
| 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. | |
| CreateOverlayViewport2D | Overloaded. | |
| CreateOverlayViewport3D | Overloaded. | |
| CreateViewport | Overloaded. | |
| CreateViewport2D | Overloaded. | |
| CreateViewport3D | Overloaded. | |
| DefWndProc | Sends the specified message to the default window procedure. | |
| DestroyHandle | Destroys the handle associated with the control. | |
| Detach |
Detaches the mouse controller controller.
(Inherited from XViewportInputPanel.) | |
| 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.
(Inherited from XViewportPanel.) | |
| 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.
(Inherited from XViewportInputPanel.) | |
| IsKeyPressed | Overloaded. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| MoveInFrontOf |
Moves view vp1 in front of the view vp2.
(Inherited from XViewportPanel.) | |
| NotifyInvalidate | (Inherited from Control.) | |
| NotifyViewportsOnSizeChanged |
Notifies all viewports about the viewport panel size change.
(Inherited from XViewportPanel.) | |
| OnBackColorChanged | (Inherited from XViewportPanel.) | |
| 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.
(Inherited from XViewportPanel.) | |
| 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 |
Fires GotFocus.
(Inherited from XViewportInputPanel.) | |
| OnHandleCreated |
Fire event HandleCreated.
(Overrides XViewportPanel..::.OnHandleCreated(EventArgs).) | |
| OnHandleDestroyed |
Fire event HandleDestroyed.
(Overrides XViewportPanel..::.OnHandleDestroyed(EventArgs).) | |
| OnHelpRequested | Raises the HelpRequested event. | |
| OnHomeKey |
The method is called on the press of the Home key.
(Overrides XViewportInputPanel..::.OnHomeKey(KeyEventArgs).) | |
| OnChangeUICues | Raises the ChangeUICues event. | |
| OnImeModeChanged | Raises the ImeModeChanged event. | |
| OnInvalidated | Raises the Invalidated event. | |
| OnKeyDown |
Fire event KeyDown.
(Inherited from XViewportInputPanel.) | |
| OnKeyPress |
Fire event KeyPress.
(Inherited from XViewportInputPanel.) | |
| OnKeyUp |
Fire event KeyUp.
(Inherited from XViewportInputPanel.) | |
| OnLayout |
Fire event Layout.
(Inherited from XViewportPanel.) | |
| OnLeave | Raises the Leave event. | |
| OnLoad |
Fire event Load.
(Inherited from XViewportPanel.) | |
| OnLocationChanged | Raises the LocationChanged event. | |
| OnLostFocus |
Fires LostFocus.
(Inherited from XViewportInputPanel.) | |
| OnMouseDown |
Fire event MouseDown.
(Inherited from XViewportInputPanel.) | |
| OnMouseEnter |
Fire event MouseEnter.
(Inherited from XViewportInputPanel.) | |
| OnMouseHover |
Fire event MouseHover.
(Inherited from XViewportInputPanel.) | |
| OnMouseLeave |
Fire event MouseLeave.
(Inherited from XViewportInputPanel.) | |
| OnMouseMove |
Fire event MouseMove.
(Inherited from XViewportInputPanel.) | |
| OnMouseUp |
Fire event MouseUp.
(Inherited from XViewportInputPanel.) | |
| OnMouseWheel |
Fire event MouseWheel.
(Inherited from XViewportInputPanel.) | |
| OnMove | Raises the Move event. | |
| OnNotifyMessage | Notifies the control of Windows messages. | |
| OnPaint |
Fire event Paint.
(Inherited from XViewportPanel.) | |
| 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.
(Inherited from XViewportPanel.) | |
| 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.
(Inherited from XViewportPanel.) | |
| OnRightToLeftChanged | Raises the RightToLeftChangedevent. | |
| OnSizeChanged |
Fire event SizeChanged.
(Inherited from XViewportPanel.) | |
| 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.
(Inherited from XViewportPanel.) | |
| 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.) | |
| ReadString | Overloaded. | |
| 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.
(Inherited from XViewportPanel.) | |
| Render |
Performs the view rendering.
(Inherited from XViewportPanel.) | |
| 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. | |
| SetCursor | Overloaded. | |
| 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.
(Inherited from XViewportPanel.) | |
| 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.
(Inherited from XViewportPanel.) | |
| WaitForKey | Overloaded. | |
| WaitForKeyMs | Overloaded. | |
| WndProc | (Inherited from UserControl.) |
Properties
| Name | Description | |
|---|---|---|
| AccessibilityObject | Gets the AccessibleObject assigned to the control. | |
| AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. | |
| AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. | |
| AccessibleName | Gets or sets the name of the control used by accessibility client applications. | |
| AccessibleRole | Gets or sets the accessible role of the control | |
| ActiveControl | Gets or sets the active control on the container control. | |
| AllowDrop | Gets or sets a value indicating whether the control can accept data that the user drags onto it. | |
| Anchor | Gets or sets which edges of the control are anchored to the edges of its container. | |
| AutoScroll | Gets or sets a value indicating whether the container will allow the user to scroll to any controls placed outside of its visible boundaries. | |
| AutoScrollMargin | Gets or sets the size of the auto-scroll margin. | |
| AutoScrollMinSize | Gets or sets the minimum size of the auto-scroll. | |
| AutoScrollPosition | Gets or sets the location of the auto-scroll position. | |
| BackColor | Gets or sets the background color for the control. | |
| BackgroundImage | Gets or sets the background image displayed in the control. | |
| Baltie |
Gets default Baltie who was created during creation of Baltie's space.
| |
| BaltieSpace |
Returns the instance of BaltieSpace where Baltie Baltie moves and lives.
| |
| BindingContext | (Inherited from ContainerControl.) | |
| Bottom | Gets the distance between the bottom edge of the control and the top edge of its container's client area. | |
| Bounds | Gets or sets the size and location of the control including its nonclient elements. | |
| CanFocus | Gets a value indicating whether the control can receive focus. | |
| CanSelect | Gets a value indicating whether the control can be selected. | |
| Capture | Gets or sets a value indicating whether the control has captured the mouse. | |
| CausesValidation | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. | |
| CenterCameraOnHomeKey |
Gets or sets whether after pressing the Home key the camera should be centered.
| |
| ClientRectangle | Gets the rectangle that represents the client area of the control. | |
| ClientSize | Gets or sets the height and width of the client area of the control. | |
| CompanyName | Gets the name of the company or creator of the application containing the control. | |
| Container | Gets the IContainer that contains the Component. | |
| ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. | |
| ContextMenu | Gets or sets the shortcut menu associated with the control. | |
| Controls | Gets the collection of controls contained within the control. | |
| Created | Gets a value indicating whether the control has been created. | |
| CreateParams | (Inherited from ContainerControl.) | |
| Cursor |
Gets or sets the displayed cursor when mouse is moving over the window.
(Inherited from XViewportInputPanel.) | |
| CursorVisible |
Gets or sets whether the cursor is visible.
(Inherited from XViewportInputPanel.) | |
| DataBindings | Gets the data bindings for the control. | |
| DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by the control. | |
| DefaultSize | (Inherited from UserControl.) | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. | |
| DirectionalLight |
Gets the default XDirectionalLight directional light in the three-dimensional World world.
| |
| DisplayRectangle | (Inherited from ScrollableControl.) | |
| Disposing | Gets a value indicating whether the control is in the process of being disposed of. | |
| Dock | Gets or sets which edge of the parent container a control is docked to. | |
| DockPadding | Gets the dock padding settings for all edges of the control. | |
| Enabled | Gets or sets a value indicating whether the control can respond to user interaction. | |
| Events | Gets the list of event handlers that are attached to this Component. | |
| Focused | Gets a value indicating whether the control has input focus. | |
| Font | Gets or sets the font of the text displayed by the control. | |
| FontHeight | Gets or sets the height of the font of the control. | |
| ForeColor | Gets or sets the foreground color of the control. | |
| FullScreen |
Gets or sets whether the view panel will be displayed in the fullscreen mode.
(Inherited from XViewportPanel.) | |
| FullScreenMode |
Gets or sets the graphic card mode that is used in the full screen mode.
(Inherited from XViewportPanel.) | |
| FullScreenSize |
Gets or sets the window size in the full screen mode.
(Inherited from XViewportPanel.) | |
| Handle | Gets the window handle that the control is bound to. | |
| HasChildren | Gets a value indicating whether the control contains one or more child controls. | |
| Height | Gets or sets the height of the control. | |
| HScroll | Gets or sets a value indicating whether the horizontal scroll bar is visible. | |
| ImeMode | Gets or sets the Input Method Editor (IME) mode of the control. | |
| InputEnabled |
Gets or sets the event processing permit.
(Inherited from XViewportInputPanel.) | |
| InputQueue |
Returns the XInputQueue instance for managing this panel events.
(Inherited from XViewportInputPanel.) | |
| 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. | |
| IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. | |
| IsDisposed | Gets a value indicating whether the control has been disposed of. | |
| IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. | |
| Left | Gets or sets the x-coordinate of a control's left edge in pixels. | |
| Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. | |
| MousePositionInClient |
Returns the current mouse coordinates converted to the window coordinates.
(Inherited from XViewportInputPanel.) | |
| Name | Gets or sets the name of the control. | |
| Parent | Gets or sets the parent container of the control. | |
| ParentForm | Gets the form that the container control is assigned to. | |
| Primitives |
Gets the instance XPrimitiveSpriteContainer for manipulation with graphic primitives.
| |
| ProductName | Gets the product name of the assembly containing the control. | |
| ProductVersion | Gets the version of the assembly containing the control. | |
| RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. | |
| Region | Gets or sets the window region associated with the control. | |
| RenderRightToLeft | (Inherited from Control.) | |
| ResizeRedraw | Gets or sets a value indicating whether the control redraws itself when resized. | |
| Right | Gets the distance between the right edge of the control and the left edge of its container. | |
| RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. | |
| Screen |
Returns the XScreen screen instance where the panel is displayed.
(Inherited from XViewportPanel.) | |
| ShowFocusCues | Gets a value indicating whether the control should display focus rectangles. | |
| ShowKeyboardCues | Gets a value indicating whether the control should display keyboard shortcuts. | |
| Site | Gets or sets the site of the control. | |
| Size | Gets or sets the height and width of the control. | |
| SkyBox |
Gets or sets the XSkyBox sky box.
| |
| SyncRoot | (Inherited from XViewportPanel.) | |
| TabIndex | Gets or sets the tab order of the control within its container. | |
| TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. | |
| Tag | Gets or sets the object that contains data about the control. | |
| Text | (Inherited from UserControl.) | |
| TextArea2D |
Gets the instance XTextArea2D for manipulation with texts displayed in the 3D scene.
| |
| Top | Gets or sets the y-coordinate of the control's top edge in pixels. | |
| TopLevelControl | Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. | |
| VideoTable |
Gets the instance XVideoTable for simple video management.
| |
| Viewport |
Returns the default view to the three-dimensional XWorld world.
| |
| Viewport2D |
Returns the default view to the two-dimensional XWorld2D world.
| |
| ViewportController |
Gets the XViewportMouseController mouse controller in the three-dimensional World world. The mouse controller allows to center, rotate and zoom the view using the mouse. Offers the standard handling like in SGP tools.
| |
| Viewports |
Returns the collection of all XViewport views that the view panel contains.
(Inherited from XViewportPanel.) | |
| Visible | Gets or sets a value indicating whether the control is displayed. | |
| VScroll | Gets or sets a value indicating whether the vertical scroll bar is visible. | |
| Width | Gets or sets the width of the control. | |
| WindowTarget | (Inherited from Control.) | |
| World |
Returns the 3D XWorld world containing the three-dimensional objects.
| |
| World2D |
Returns the 2D XWorld2D world containing the planar objects.
|
Events
| Name | Description | |
|---|---|---|
| BackColorChanged | Occurs when the value of the BackColor property changes. | |
| BackgroundImageChanged | Occurs when the value of the BackgroundImage property changes. | |
| BindingContextChanged | Occurs when the value of the BindingContext property changes. | |
| CausesValidationChanged | Occurs when the value of the CausesValidation property changes. | |
| Click | Occurs when the control is clicked. | |
| ContextMenuChanged | Occurs when the value of the ContextMenu property changes. | |
| ControlAdded | Occurs when a new control is added to the Control..::.ControlCollection . | |
| ControlRemoved | Occurs when a control is removed from the Control..::.ControlCollection . | |
| CursorChanged | Occurs when the value of the Cursor property changes. | |
| Disposed | Adds an event handler to listen to the Disposed event on the component. | |
| DockChanged | Occurs when the value of the Dock property changes. | |
| DoubleClick | Occurs when the control is double-clicked. | |
| DragDrop | Occurs when a drag-and-drop operation is completed. | |
| DragEnter | Occurs when an object is dragged into the control's bounds. | |
| DragLeave | Occurs when an object is dragged out of the control's bounds. | |
| DragOver | Occurs when an object is dragged over the control's bounds. | |
| EnabledChanged | Occurs when the Enabled property value has changed. | |
| Enter | Occurs when the control is entered. | |
| FontChanged | Occurs when the Font property value changes. | |
| ForeColorChanged | Occurs when the ForeColor property value changes. | |
| GiveFeedback | Occurs during a drag operation. | |
| GotFocus | Occurs when the control receives focus. | |
| HandleCreated | Occurs when a handle is created for the control. | |
| HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. | |
| HelpRequested | Occurs when the user requests help for a control. | |
| ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. | |
| ImeModeChanged | Occurs when the ImeMode property has changed. | |
| Invalidated | Occurs when a control's display requires redrawing. | |
| KeyDown | Occurs when a key is pressed while the control has focus. | |
| KeyPress | Occurs when a key is pressed while the control has focus. | |
| KeyUp | Occurs when a key is released while the control has focus. | |
| Layout | Occurs when a control should reposition its child controls. | |
| Leave | Occurs when the input focus leaves the control. | |
| Load | Occurs before the control becomes visible for the first time. | |
| LocationChanged | Occurs when the Location property value has changed. | |
| LostFocus | Occurs when the control loses focus. | |
| MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. | |
| MouseEnter | Occurs when the mouse pointer enters the control. | |
| MouseHover | Occurs when the mouse pointer hovers over the control. | |
| MouseLeave | Occurs when the mouse pointer leaves the control. | |
| MouseMove | Occurs when the mouse pointer is moved over the control. | |
| MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. | |
| MouseWheel | Occurs when the mouse wheel moves while the control has focus. | |
| Move | Occurs when the control is moved. | |
| Paint | Occurs when the control is redrawn. | |
| ParentChanged | Occurs when the Parent property value changes. | |
| QueryAccessibilityHelp | Occurs when AccessibleObject is providing help to accessibility applications. | |
| QueryContinueDrag | Occurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled. | |
| Resize | Occurs when the control is resized. | |
| RightToLeftChanged | Occurs when the RightToLeft property value changes. | |
| SizeChanged | Occurs when the Size property value changes. | |
| StyleChanged | Occurs when the control style changes. | |
| SystemColorsChanged | Occurs when the system colors change. | |
| TabIndexChanged | Occurs when the TabIndex property value changes. | |
| TabStopChanged | Occurs when the TabStop property value changes. | |
| TextChanged | (Inherited from UserControl.) | |
| Validated | Occurs when the control is finished validating. | |
| Validating | Occurs when the control is validating. | |
| VisibleChanged | Occurs when the Visible property value changes. |