| Method | Description |
|---|
AccessibilityNotifyClients .gif) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. Inherited from Control . |
BeginInvoke .gif) | Executes a delegate asynchronously on the thread that the control's underlying handle was created on. Inherited from Control . |
BringToFront .gif) | Brings the control to the front of the z-order. Inherited from Control . |
CancelAsync .gif) | Inherited from PictureBox . |
Contains .gif) | Retrieves a value indicating whether the specified control is a child of the control. Inherited from Control . |
CreateAccessibilityInstance .gif) | Creates a new accessibility object for the control. Inherited from Control . |
CreateControl .gif) | Forces the creation of the control, including the creation of the handle and any child controls. Inherited from Control . |
CreateControlsInstance .gif) | Creates a new instance of the control collection for the control. Inherited from Control . |
CreateGraphics .gif) | Creates the Graphics object for the control. Inherited from Control . |
CreateHandle .gif) | Creates a handle for the control. Inherited from Control . |
DefWndProc .gif) | Sends the specified message to the default window procedure. Inherited from Control . |
DestroyHandle .gif) | Destroys the handle associated with the control. Inherited from Control . |
Dispose .gif) | Inherited from Component . |
| Dispose | Releases resources used by the InkPicture object. |
DoDragDrop .gif) | Begins a drag-and-drop operation. Inherited from Control . |
EndInvoke .gif) | Retrieves the return value of the asynchronous operation represented by the IAsyncResult object passed. Inherited from Control . |
Equals .gif) | Determines whether two Object instances are equal. Inherited from Object . |
Finalize .gif) | Inherited from Component . |
FindForm .gif) | Retrieves the form that the control is on. Inherited from Control . |
Focus .gif) | Sets input focus to the control. Inherited from Control . |
FromChildHandle .gif) | Retrieves the control that contains the specified handle. Inherited from Control . |
FromHandle .gif) | Returns the control that is currently associated with the specified handle. Inherited from Control . |
GetChildAtPoint .gif) | Retrieves the child control that is located at the specified coordinates. Inherited from Control . |
GetContainerControl .gif) | Returns the next ContainerControl up the control's chain of parent controls. Inherited from Control . |
| GetGestureStatus | Returns a value that indicates whether the InkPicture control has interest in a particular application gesture. |
GetHashCode .gif) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. Inherited from Object . |
GetNextControl .gif) | Retrieves the next control forward or back in the tab order of child controls. Inherited from Control . |
GetPreferredSize .gif) | Retrieves the size of a rectangular area into which a control can be fitted. Inherited from Control . |
GetService .gif) | Inherited from Component . |
GetStyle .gif) | Retrieves the value of the specified control style bit for the control. Inherited from Control . |
GetTopLevel .gif) | Determines if the control is a top-level control. Inherited from Control . |
GetType .gif) | Gets the Type of the current instance. Inherited from Object . |
| GetWindowInputRectangle | Gets the window rectangle, in pixels, within which ink is drawn. |
Hide .gif) | Conceals the control from the user. Inherited from Control . |
| HitTestSelection | Returns a value that indicates which part of a selection, if any, was hit during a hit test. |
IEnablable.Disable .gif) | Inherited from Control . |
IEnablable.Enable .gif) | Inherited from Control . |
InitLayout .gif) | Called after the control has been added to another container. Inherited from Control . |
| InkPicture | Initializes a new instance of the InkPicture control. |
Invalidate .gif) | Invalidates a specific region of the control and causes a paint message to be sent to the control. Inherited from Control . |
Invoke .gif) | Executes a delegate on the thread that owns the control's underlying window handle. Inherited from Control . |
InvokeGotFocus .gif) | Raises the GotFocus event for the specified control. Inherited from Control . |
InvokeLostFocus .gif) | Raises the LostFocus event for the specified control. Inherited from Control . |
InvokeOnClick .gif) | Raises the Click event for the specified control. Inherited from Control . |
InvokePaint .gif) | Raises the Paint event for the specified control. Inherited from Control . |
InvokePaintBackground .gif) | Raises the PaintBackground event for the specified control. Inherited from Control . |
IsInputChar .gif) | Determines if a character is an input character that the control recognizes. Inherited from Control . |
IsInputKey .gif) | Determines whether the specified key is a regular input key or a special key that requires preprocessing. Inherited from Control . |
IsKeyLocked .gif) | Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. Inherited from Control . |
IsMnemonic .gif) | Determines if the specified character is the mnemonic character assigned to the control in the specified string. Inherited from Control . |
ISupportInitialize.BeginInit .gif) | Inherited from PictureBox . |
ISupportInitialize.EndInit .gif) | Inherited from PictureBox . |
Load .gif) | Inherited from PictureBox . |
LoadAsync .gif) | Inherited from PictureBox . |
MemberwiseClone .gif) | Creates a shallow copy of the current Object . Inherited from Object . |
NotifyInvalidate .gif) | Raises the Invalidated event with a specified region of the control to invalidate. Inherited from Control . |
OnAutoSizeChanged .gif) | [To be supplied.] Inherited from Control . |
OnBackColorChanged .gif) | Raises the BackColorChanged event. Inherited from Control . |
OnBackgroundImageChanged .gif) | Raises the BackgroundImageChanged event. Inherited from Control . |
OnBackgroundImageLayoutChanged .gif) | Raises the BackgroundImageLayoutChanged event. Inherited from Control . |
OnBindingContextChanged .gif) | Raises the BindingContextChanged event. Inherited from Control . |
OnCausesValidationChanged .gif) | Raises the CausesValidationChanged event. Inherited from Control . |
OnChangeUICues .gif) | Raises the ChangeUICues event. Inherited from Control . |
OnClick .gif) | Raises the Click event. Inherited from Control . |
OnContextMenuChanged .gif) | Raises the ContextMenuChanged event. Inherited from Control . |
OnControlAdded .gif) | Raises the ControlAdded event. Inherited from Control . |
OnControlRemoved .gif) | Raises the ControlRemoved event. Inherited from Control . |
OnCreateControl .gif) | Raises the CreateControl event. Inherited from Control . |
| OnCursorButtonDown | Allows derived classes to modify the default behavior of the CursorButtonDown event. |
| OnCursorButtonUp | Allows derived classes to modify the default behavior of the CursorButtonUp event. |
OnCursorChanged .gif) | Raises the CursorChanged event. Inherited from Control . |
| OnCursorDown | Allows derived classes to modify the default behavior of the CursorDown event. |
| OnCursorInRange | Allows derived classes to modify the default behavior of the CursorInRange event. |
| OnCursorOutOfRange | Allows derived classes to modify the default behavior of the CursorOutOfRange event. |
OnDockChanged .gif) | Raises the DockChanged event. Inherited from Control . |
OnDoubleClick .gif) | Raises the DoubleClick event. Inherited from Control . |
OnDragDrop .gif) | Raises the DragDrop event. Inherited from Control . |
OnDragEnter .gif) | Raises the DragEnter event. Inherited from Control . |
OnDragLeave .gif) | Raises the DragLeave event. Inherited from Control . |
OnDragOver .gif) | Raises the DragOver event. Inherited from Control . |
OnEnabledChanged .gif) | [To be supplied.] Inherited from PictureBox . |
OnEnter .gif) | Raises the Enter event. Inherited from Control . |
OnFontChanged .gif) | Raises the FontChanged event. Inherited from Control . |
OnForeColorChanged .gif) | Raises the ForeColorChanged event. Inherited from Control . |
| OnGesture | Allows derived classes to modify the default behavior of the Gesture event. |
OnGiveFeedback .gif) | Raises the GiveFeedback event. Inherited from Control . |
OnGotFocus .gif) | Raises the GotFocus event. Inherited from Control . |
| OnHandleCreated | Allows derived classes to modify the default behavior of the HandleCreated event. |
| OnHandleDestroyed | Allows derived classes to modify the default behavior of the HandleDestroyed event. |
OnHelpRequested .gif) | Raises the HelpRequested event. Inherited from Control . |
OnImeModeChanged .gif) | Raises the ImeModeChanged event. Inherited from Control . |
OnInvalidated .gif) | Raises the Invalidated event. Inherited from Control . |
| OnKeyDown | Allows derived classes to modify the default behavior of the KeyDown event. |
OnKeyPress .gif) | Raises the KeyPress event. Inherited from Control . |
OnKeyUp .gif) | Raises the KeyUp event. Inherited from Control . |
OnLayout .gif) | Raises the Layout event. Inherited from Control . |
OnLeave .gif) | Raises the Leave event. Inherited from Control . |
OnLoadCompleted .gif) | Inherited from PictureBox . |
OnLoadProgressChanged .gif) | Inherited from PictureBox . |
OnLocationChanged .gif) | Raises the LocationChanged event. Inherited from Control . |
OnLostFocus .gif) | Raises the LostFocus event. Inherited from Control . |
OnMouseCaptureChanged .gif) | Raises the MouseCaptureChanged event. Inherited from Control . |
OnMouseClick .gif) | Raises the MouseClick event. Inherited from Control . |
OnMouseDoubleClick .gif) | Raises the MouseDoubleClick event. Inherited from Control . |
| OnMouseDown | Allows derived classes to modify the default behavior of the MouseDown event. |
OnMouseEnter .gif) | Raises the MouseEnter event. Inherited from Control . |
OnMouseHover .gif) | Raises the MouseHover event. Inherited from Control . |
OnMouseLeave .gif) | Raises the MouseLeave event. Inherited from Control . |
OnMouseMove .gif) | Raises the MouseMove event. Inherited from Control . |
OnMouseUp .gif) | Raises the MouseUp event. Inherited from Control . |
OnMouseWheel .gif) | Raises the MouseWheel event. Inherited from Control . |
OnMove .gif) | Raises the Move event. Inherited from Control . |
| OnNewInAirPackets | Allows derived classes to modify the default behavior of the NewInAirPackets event. |
| OnNewPackets | Allows derived classes to modify the default behavior of the NewPackets event. |
OnNotifyMessage .gif) | Notifies the control of Windows messages. Inherited from Control . |
OnPaint .gif) | Overridden onPaint to make sure that the image is painted correctly. Inherited from PictureBox . |
OnPaintBackground .gif) | Paints the background of the control. Inherited from Control . |
| OnPainted | Allows derived classes to modify the default behavior of the Painted event. |
| OnPainting | Allows derived classes to modify the default behavior of the Painting event. |
OnParentBackColorChanged .gif) | Raises the BackColorChanged event when the BackColor property value of the control's container changes. Inherited from Control . |
OnParentBackgroundImageChanged .gif) | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. Inherited from Control . |
OnParentBindingContextChanged .gif) | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. Inherited from Control . |
OnParentChanged .gif) | [To be supplied.] Inherited from PictureBox . |
OnParentEnabledChanged .gif) | Raises the EnabledChanged event when the Enabled property value of the control's container changes. Inherited from Control . |
OnParentFontChanged .gif) | Raises the FontChanged event when the Font property value of the control's container changes. Inherited from Control . |
OnParentForeColorChanged .gif) | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. Inherited from Control . |
OnParentRightToLeftChanged .gif) | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. Inherited from Control . |
OnParentVisibleChanged .gif) | Raises the VisibleChanged event when the Visible property value of the control's container changes. Inherited from Control . |
OnQueryContinueDrag .gif) | Raises the QueryContinueDrag event. Inherited from Control . |
OnResize .gif) | OnResize override to invalidate entire control in Stetch mode Inherited from PictureBox . |
OnResizeBegin .gif) | Raises the ResizeBegin event. Inherited from Control . |
OnResizeEnd .gif) | Raises the ResizeEnd event. Inherited from Control . |
OnRightToLeftChanged .gif) | Raises the RightToLeftChanged event. Inherited from Control . |
| OnSelectionChanged | Allows derived classes to modify the default behavior of the SelectionChanged event. |
| OnSelectionChanging | Allows derived classes to modify the default behavior of the SelectionChanging event. |
| OnSelectionMoved | Allows derived classes to modify the default behavior of the SelectionMoved event. |
| OnSelectionMoving | Allows derived classes to modify the default behavior of the SelectionMoving event. |
| OnSelectionResized | Allows derived classes to modify the default behavior of the SelectionResized event. |
| OnSelectionResizing | Allows derived classes to modify the default behavior of the SelectionResizing event. |
OnSizeChanged .gif) | Raises the SizeChanged event. Inherited from Control . |
OnSizeModeChanged .gif) | Raises the SizeModeChanged event. Inherited from PictureBox . |
| OnStroke | Allows derived classes to modify the default behavior of the Stroke event. |
| OnStrokesDeleted | Allows derived classes to modify the default behavior of the StrokesDeleted event. |
| OnStrokesDeleting | Allows derived classes to modify the default behavior of the StrokesDeleting event. |
OnStyleChanged .gif) | Raises the StyleChanged event. Inherited from Control . |
OnSystemColorsChanged .gif) | Raises the SystemColorsChanged event. Inherited from Control . |
| OnSystemGesture | Allows derived classes to modify the default behavior of the SystemGesture event. |
OnTabIndexChanged .gif) | Raises the TabIndexChanged event. Inherited from Control . |
| OnTabletAdded | Allows derived classes to modify the default behavior of the TabletAdded event. |
| OnTabletRemoved | Allows derived classes to modify the default behavior of the TabletRemoved event. |
OnTabStopChanged .gif) | Raises the TabStopChanged event. Inherited from Control . |
OnTextChanged .gif) | Raises the TextChanged event. Inherited from Control . |
OnValidated .gif) | Raises the Validated event. Inherited from Control . |
OnValidating .gif) | Raises the Validating event. Inherited from Control . |
OnVisibleChanged .gif) | [To be supplied.] Inherited from PictureBox . |
PerformLayout .gif) | Forces the control to apply layout logic to child controls. Inherited from Control . |
PointToClient .gif) | Computes the location of the specified screen point into client coordinates. Inherited from Control . |
PointToScreen .gif) | Computes the location of the specified client point into screen coordinates. Inherited from Control . |
PreProcessMessage .gif) | Preprocesses keyboard or input messages within the message loop before they are dispatched. Inherited from Control . |
ProcessCmdKey .gif) | Processes a command key. Inherited from Control . |
ProcessDialogChar .gif) | Processes a dialog character. Inherited from Control . |
ProcessDialogKey .gif) | Processes a dialog key. Inherited from Control . |
ProcessKeyEventArgs .gif) | Processes a key message and generates the appropriate control events. Inherited from Control . |
ProcessKeyMessage .gif) | Processes a keyboard message. Inherited from Control . |
ProcessKeyPreview .gif) | Previews a keyboard message. Inherited from Control . |
ProcessMnemonic .gif) | Processes a mnemonic character. Inherited from Control . |
RaiseDragEvent .gif) | Raises the appropriate drag event. Inherited from Control . |
RaiseKeyEvent .gif) | Raises the appropriate key event. Inherited from Control . |
RaiseMouseEvent .gif) | Raises the appropriate mouse event. Inherited from Control . |
RaisePaintEvent .gif) | Raises the appropriate paint event. Inherited from Control . |
RecreateHandle .gif) | Forces the re-creation of the handle for the control. Inherited from Control . |
RectangleToClient .gif) | Computes the size and location of the specified screen rectangle in client coordinates. Inherited from Control . |
RectangleToScreen .gif) | Computes the size and location of the specified client rectangle in screen coordinates. Inherited from Control . |
ReferenceEquals .gif) | Determines whether the specified Object instances are the same instance. Inherited from Object . |
ReflectMessage .gif) | Reflects the specified message to the control that is bound to the specified handle. Inherited from Control . |
Refresh .gif) | Forces the control to invalidate its client area and immediately redraw itself and any child controls. Inherited from Control . |
ResetBackColor .gif) | Resets the BackColor property to its default value. Inherited from Control . |
ResetBindings .gif) | Resets the DataBindings property to its default value. Inherited from Control . |
ResetCursor .gif) | Resets the Cursor property to its default value. Inherited from Control . |
ResetFont .gif) | Resets the Font property to its default value. Inherited from Control . |
ResetForeColor .gif) | Resets the ForeColor property to its default value. Inherited from Control . |
ResetImeMode .gif) | Resets the ImeMode property to its default value. Inherited from Control . |
ResetMouseEventArgs .gif) | Resets the mouse leave listeners. Inherited from Control . |
ResetRightToLeft .gif) | Resets the RightToLeft property to its default value. Inherited from Control . |
ResetText .gif) | Resets the Text property to its default value. Inherited from Control . |
ResumeLayout .gif) | Resumes normal layout logic. Inherited from Control . |
RtlTranslateAlignment .gif) | Converts the current alignment to the appropriate alignment to support right-to-left text. Inherited from Control . |
RtlTranslateContent .gif) | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. Inherited from Control . |
RtlTranslateHorizontal .gif) | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. Inherited from Control . |
RtlTranslateLeftRight .gif) | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. Inherited from Control . |
Scale .gif) | Scales the control and any child controls. Inherited from Control . |
ScaleCore .gif) | Performs the work of scaling the entire control and any child controls. Inherited from Control . |
ScrollWindow .gif) | Scrolls the contents of the specified window's client area. Inherited from Control . |
Select .gif) | Activates a control. Inherited from Control . |
SelectNextControl .gif) | Activates the next control. Inherited from Control . |
SendToBack .gif) | Sends the control to the back of the z-order. Inherited from Control . |
| SetAllTabletsMode | Sets the InkPicture control to collect ink from any tablet attached to the Tablet PC. |
SetBounds .gif) | Sets the bounds of the control. Inherited from Control . |
SetBoundsCore .gif) | Overrides Control.setBoundsCore to enforce autoSize. Inherited from PictureBox . |
SetClientSizeCore .gif) | Sets the size of the client area of the control. Inherited from Control . |
| SetGestureStatus | Sets whether or not the InkPicture object has interest in a known application gesture. |
| SetSingleTabletIntegratedMode | Sets the InkPicture control to collect ink from only one tablet attached to the Tablet PC. Ink from other tablets is ignored by the InkPicture control. |
SetStyle .gif) | Sets the specified style bit to the specified value. Inherited from Control . |
SetTopLevel .gif) | Sets the control as the top-level control. Inherited from Control . |
SetVisibleCore .gif) | Sets the control to the specified visible state. Inherited from Control . |
| SetWindowInputRectangle | Sets the window rectangle, in pixels, within which ink is drawn. |
Show .gif) | Displays the control to the user. Inherited from Control . |
SuspendLayout .gif) | Temporarily suspends the layout logic for the control. Inherited from Control . |
ToString .gif) | Returns a string representation for this control. Inherited from PictureBox . |
Update .gif) | Causes the control to redraw the invalidated regions within its client area. Inherited from Control . |
UpdateBounds .gif) | Updates the bounds of the control. Inherited from Control . |
UpdateStyles .gif) | Forces the assigned styles to be reapplied to the control. Inherited from Control . |
UpdateZOrder .gif) | Updates the control in its parent's z-order. Inherited from Control . |
WndProc .gif) | Processes Windows messages. Inherited from Control . |