VitNX_DockContent Methods
The following tables list the members exposed by the VitNX_DockContent type.
| Name | Description | |
|---|---|---|
|
AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . (inherited from Control). |
|
AccessibilityNotifyClients(AccessibleEvents, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. (inherited from Control). |
|
AdjustFormScrollbars(Boolean) | (inherited from ContainerControl). |
|
BeginInvoke(Delegate, Object[]) | Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (inherited from Control). |
|
BeginInvoke(Delegate) | Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (inherited from Control). |
|
BringToFront | Brings the control to the front of the z-order. (inherited from Control). |
|
Close() | |
|
Contains(Control) | Retrieves a value indicating whether the specified control is a child of the control. (inherited from Control). |
|
CreateAccessibilityInstance | Creates a new accessibility object for the control. (inherited from Control). |
|
CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. (inherited from Control). |
|
CreateControlsInstance | Creates a new instance of the control collection for the control. (inherited from Control). |
|
CreateGraphics | Creates the Graphics for the control. (inherited from Control). |
|
CreateHandle | Creates a handle for the control. (inherited from Control). |
|
CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject). |
|
DefWndProc(Messageref ) | Sends the specified message to the default window procedure. (inherited from Control). |
|
DestroyHandle | Destroys the handle associated with the control. (inherited from Control). |
|
Dispose | Releases all resources used by the Component. (inherited from Component). |
|
Dispose(Boolean) | (inherited from ContainerControl). |
|
DoDragDrop(Object, DragDropEffects) | Begins a drag-and-drop operation. (inherited from Control). |
|
DrawToBitmap(Bitmap, Rectangle) | Supports rendering to the specified bitmap. (inherited from Control). |
|
EndInvoke(IAsyncResult) | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (inherited from Control). |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (inherited from Object). |
|
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component). |
|
FindForm | Retrieves the form that the control is on. (inherited from Control). |
|
Focus | Sets input focus to the control. (inherited from Control). |
|
GetAccessibilityObjectById(Int32) | Retrieves the specified AccessibleObject. (inherited from Control). |
|
GetAutoSizeMode | Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (inherited from Control). |
|
GetChildAtPoint(Point) | Retrieves the child control that is located at the specified coordinates. (inherited from Control). |
|
GetChildAtPoint(Point, GetChildAtPointSkip) | Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (inherited from Control). |
|
GetContainerControl | Returns the next ContainerControl up the control's chain of parent controls. (inherited from Control). |
|
GetHashCode | Serves as a hash function for a particular type. (inherited from Object). |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject). |
|
GetNextControl(Control, Boolean) | Retrieves the next control forward or back in the tab order of child controls. (inherited from Control). |
|
GetPreferredSize(Size) | Retrieves the size of a rectangular area into which a control can be fitted. (inherited from Control). |
|
GetScaledBounds(Rectangle, SizeF, BoundsSpecified) | Retrieves the bounds within which the control is scaled. (inherited from Control). |
|
GetScrollState(Int32) | Determines whether the specified flag has been set. (inherited from ScrollableControl). |
|
GetService(Type) | Returns an object that represents a service provided by the Component or by its Container. (inherited from Component). |
|
GetStyle(ControlStyles) | Retrieves the value of the specified control style bit for the control. (inherited from Control). |
|
GetTopLevel | Determines if the control is a top-level control. (inherited from Control). |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
Hide | Conceals the control from the user. (inherited from Control). |
|
InitLayout | Called after the control has been added to another container. (inherited from Control). |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject). |
|
Invalidate(Region) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (inherited from Control). |
|
Invalidate | Invalidates the entire surface of the control and causes the control to be redrawn. (inherited from Control). |
|
Invalidate(Boolean) | Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (inherited from Control). |
|
Invalidate(Rectangle) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (inherited from Control). |
|
Invalidate(Rectangle, Boolean) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (inherited from Control). |
|
Invalidate(Region, Boolean) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. (inherited from Control). |
|
Invoke(Delegate, Object[]) | Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (inherited from Control). |
|
Invoke(Delegate) | Executes the specified delegate on the thread that owns the control's underlying window handle. (inherited from Control). |
|
InvokeGotFocus(Control, EventArgs) | Raises the GotFocus event for the specified control. (inherited from Control). |
|
InvokeLostFocus(Control, EventArgs) | Raises the LostFocus event for the specified control. (inherited from Control). |
|
InvokeOnClick(Control, EventArgs) | Raises the Click event for the specified control. (inherited from Control). |
|
InvokePaint(Control, PaintEventArgs) | Raises the Paint event for the specified control. (inherited from Control). |
|
InvokePaintBackground(Control, PaintEventArgs) | Raises the PaintBackground event for the specified control. (inherited from Control). |
|
IsInputChar(Char) | Determines if a character is an input character that the control recognizes. (inherited from Control). |
|
IsInputKey(Keys) | Determines whether the specified key is a regular input key or a special key that requires preprocessing. (inherited from Control). |
|
LogicalToDeviceUnits(Int32) | (inherited from Control). |
|
LogicalToDeviceUnits(Size) | (inherited from Control). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (inherited from MarshalByRefObject). |
|
NotifyInvalidate(Rectangle) | Raises the Invalidated event with a specified region of the control to invalidate. (inherited from Control). |
|
OnAutoSizeChanged(EventArgs) | Raises the AutoSizeChanged event. (inherited from Control). |
|
OnAutoValidateChanged(EventArgs) | Raises the AutoValidateChanged event. (inherited from ContainerControl). |
|
OnBackColorChanged(EventArgs) | Raises the BackColorChanged event. (inherited from Control). |
|
OnBackgroundImageChanged(EventArgs) | Raises the BackgroundImageChanged event. (inherited from Control). |
|
OnBackgroundImageLayoutChanged(EventArgs) | Raises the BackgroundImageLayoutChanged event. (inherited from Control). |
|
OnBindingContextChanged(EventArgs) | Raises the BindingContextChanged event. (inherited from Control). |
|
OnCausesValidationChanged(EventArgs) | Raises the CausesValidationChanged event. (inherited from Control). |
|
OnChangeUICues(UICuesEventArgs) | Raises the ChangeUICues event. (inherited from Control). |
|
OnClick(EventArgs) | Raises the Click event. (inherited from Control). |
|
OnClientSizeChanged(EventArgs) | Raises the ClientSizeChanged event. (inherited from Control). |
|
OnContextMenuChanged(EventArgs) | Raises the ContextMenuChanged event. (inherited from Control). |
|
OnContextMenuStripChanged(EventArgs) | Raises the ContextMenuStripChanged event. (inherited from Control). |
|
OnControlAdded(ControlEventArgs) | Raises the ControlAdded event. (inherited from Control). |
|
OnControlRemoved(ControlEventArgs) | Raises the ControlRemoved event. (inherited from Control). |
|
OnCreateControl | Raises the CreateControl event. (inherited from UserControl). |
|
OnCursorChanged(EventArgs) | Raises the CursorChanged event. (inherited from Control). |
|
OnDockChanged(EventArgs) | Raises the DockChanged event. (inherited from Control). |
|
OnDoubleClick(EventArgs) | Raises the DoubleClick event. (inherited from Control). |
|
OnDpiChangedAfterParent(EventArgs) | (inherited from Control). |
|
OnDpiChangedBeforeParent(EventArgs) | (inherited from Control). |
|
OnDragDrop(DragEventArgs) | Raises the DragDrop event. (inherited from Control). |
|
OnDragEnter(DragEventArgs) | Raises the DragEnter event. (inherited from Control). |
|
OnDragLeave(EventArgs) | Raises the DragLeave event. (inherited from Control). |
|
OnDragOver(DragEventArgs) | Raises the DragOver event. (inherited from Control). |
|
OnEnabledChanged(EventArgs) | Raises the EnabledChanged event. (inherited from Control). |
|
OnEnter(EventArgs) | Raises the Enter event. |
|
OnFontChanged(EventArgs) | Raises the FontChanged event. (inherited from ContainerControl). |
|
OnForeColorChanged(EventArgs) | Raises the ForeColorChanged event. (inherited from Control). |
|
OnGiveFeedback(GiveFeedbackEventArgs) | Raises the GiveFeedback event. (inherited from Control). |
|
OnGotFocus(EventArgs) | Raises the GotFocus event. (inherited from Control). |
|
OnHandleCreated(EventArgs) | Raises the HandleCreated event. (inherited from Control). |
|
OnHandleDestroyed(EventArgs) | Raises the HandleDestroyed event. (inherited from Control). |
|
OnHelpRequested(HelpEventArgs) | Raises the HelpRequested event. (inherited from Control). |
|
OnImeModeChanged(EventArgs) | Raises the ImeModeChanged event. (inherited from Control). |
|
OnInvalidated(InvalidateEventArgs) | Raises the Invalidated event. (inherited from Control). |
|
OnKeyDown(KeyEventArgs) | Raises the KeyDown event. (inherited from Control). |
|
OnKeyPress(KeyPressEventArgs) | Raises the KeyPress event. (inherited from Control). |
|
OnKeyUp(KeyEventArgs) | Raises the KeyUp event. (inherited from Control). |
|
OnLayout(LayoutEventArgs) | Raises the Layout event. (inherited from ContainerControl). |
|
OnLeave(EventArgs) | Raises the Leave event. (inherited from Control). |
|
OnLoad(EventArgs) | Raises the Load event. (inherited from UserControl). |
|
OnLocationChanged(EventArgs) | Raises the LocationChanged event. (inherited from Control). |
|
OnLostFocus(EventArgs) | Raises the LostFocus event. (inherited from Control). |
|
OnMarginChanged(EventArgs) | Raises the MarginChanged event. (inherited from Control). |
|
OnMouseCaptureChanged(EventArgs) | Raises the MouseCaptureChanged event. (inherited from Control). |
|
OnMouseClick(MouseEventArgs) | Raises the MouseClick event. (inherited from Control). |
|
OnMouseDoubleClick(MouseEventArgs) | Raises the MouseDoubleClick event. (inherited from Control). |
|
OnMouseDown(MouseEventArgs) | (inherited from UserControl). |
|
OnMouseEnter(EventArgs) | Raises the MouseEnter event. (inherited from Control). |
|
OnMouseHover(EventArgs) | Raises the MouseHover event. (inherited from Control). |
|
OnMouseLeave(EventArgs) | Raises the MouseLeave event. (inherited from Control). |
|
OnMouseMove(MouseEventArgs) | Raises the MouseMove event. (inherited from Control). |
|
OnMouseUp(MouseEventArgs) | Raises the MouseUp event. (inherited from Control). |
|
OnMouseWheel(MouseEventArgs) | Raises the MouseWheel event. (inherited from ScrollableControl). |
|
OnMove(EventArgs) | Raises the Move event. (inherited from Control). |
|
OnNotifyMessage(Message) | Notifies the control of Windows messages. (inherited from Control). |
|
OnPaddingChanged(EventArgs) | Raises the PaddingChanged event. (inherited from ScrollableControl). |
|
OnPaint(PaintEventArgs) | Raises the Paint event. (inherited from Control). |
|
OnPaintBackground(PaintEventArgs) | Paints the background of the control. (inherited from ScrollableControl). |
|
OnParentBackColorChanged(EventArgs) | Raises the BackColorChanged event when the BackColor property value of the control's container changes. (inherited from Control). |
|
OnParentBackgroundImageChanged(EventArgs) | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (inherited from Control). |
|
OnParentBindingContextChanged(EventArgs) | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (inherited from Control). |
|
OnParentChanged(EventArgs) | (inherited from ContainerControl). |
|
OnParentCursorChanged(EventArgs) | Raises the CursorChanged event. (inherited from Control). |
|
OnParentEnabledChanged(EventArgs) | Raises the EnabledChanged event when the Enabled property value of the control's container changes. (inherited from Control). |
|
OnParentFontChanged(EventArgs) | Raises the FontChanged event when the Font property value of the control's container changes. (inherited from Control). |
|
OnParentForeColorChanged(EventArgs) | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (inherited from Control). |
|
OnParentRightToLeftChanged(EventArgs) | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (inherited from Control). |
|
OnParentVisibleChanged(EventArgs) | Raises the VisibleChanged event when the Visible property value of the control's container changes. (inherited from Control). |
|
OnPreviewKeyDown(PreviewKeyDownEventArgs) | Raises the PreviewKeyDown event. (inherited from Control). |
|
OnPrint(PaintEventArgs) | Raises the Paint event. (inherited from Control). |
|
OnQueryContinueDrag(QueryContinueDragEventArgs) | Raises the QueryContinueDrag event. (inherited from Control). |
|
OnRegionChanged(EventArgs) | Raises the RegionChanged event. (inherited from Control). |
|
OnResize(EventArgs) | (inherited from UserControl). |
|
OnRightToLeftChanged(EventArgs) | (inherited from ScrollableControl). |
|
OnScroll(ScrollEventArgs) | Raises the Scroll event. (inherited from ScrollableControl). |
|
OnSizeChanged(EventArgs) | Raises the SizeChanged event. (inherited from Control). |
|
OnStyleChanged(EventArgs) | Raises the StyleChanged event. (inherited from Control). |
|
OnSystemColorsChanged(EventArgs) | Raises the SystemColorsChanged event. (inherited from Control). |
|
OnTabIndexChanged(EventArgs) | Raises the TabIndexChanged event. (inherited from Control). |
|
OnTabStopChanged(EventArgs) | Raises the TabStopChanged event. (inherited from Control). |
|
OnTextChanged(EventArgs) | Raises the TextChanged event. (inherited from Control). |
|
OnValidated(EventArgs) | Raises the Validated event. (inherited from Control). |
|
OnValidating(CancelEventArgs) | Raises the Validating event. (inherited from Control). |
|
OnVisibleChanged(EventArgs) | (inherited from ScrollableControl). |
|
PerformAutoScale | Performs scaling of the container control and its children. (inherited from ContainerControl). |
|
PerformLayout(Control, String) | Forces the control to apply layout logic to all its child controls. (inherited from Control). |
|
PerformLayout | Forces the control to apply layout logic to all its child controls. (inherited from Control). |
|
PointToClient(Point) | Computes the location of the specified screen point into client coordinates. (inherited from Control). |
|
PointToScreen(Point) | Computes the location of the specified client point into screen coordinates. (inherited from Control). |
|
PreProcessControlMessage(Messageref ) | Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control). |
|
PreProcessMessage(Messageref ) | Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control). |
|
ProcessCmdKey(Messageref , Keys) | (inherited from ContainerControl). |
|
ProcessDialogChar(Char) | (inherited from ContainerControl). |
|
ProcessDialogKey(Keys) | (inherited from ContainerControl). |
|
ProcessKeyEventArgs(Messageref ) | Processes a key message and generates the appropriate control events. (inherited from Control). |
|
ProcessKeyMessage(Messageref ) | Processes a keyboard message. (inherited from Control). |
|
ProcessKeyPreview(Messageref ) | Previews a keyboard message. (inherited from Control). |
|
ProcessMnemonic(Char) | (inherited from ContainerControl). |
|
ProcessTabKey(Boolean) | Selects the next available control and makes it the active control. (inherited from ContainerControl). |
|
RaiseDragEvent(Object, DragEventArgs) | Raises the appropriate drag event. (inherited from Control). |
|
RaiseKeyEvent(Object, KeyEventArgs) | Raises the appropriate key event. (inherited from Control). |
|
RaiseMouseEvent(Object, MouseEventArgs) | Raises the appropriate mouse event. (inherited from Control). |
|
RaisePaintEvent(Object, PaintEventArgs) | Raises the appropriate paint event. (inherited from Control). |
|
RecreateHandle | Forces the re-creation of the handle for the control. (inherited from Control). |
|
RectangleToClient(Rectangle) | Computes the size and location of the specified screen rectangle in client coordinates. (inherited from Control). |
|
RectangleToScreen(Rectangle) | Computes the size and location of the specified client rectangle in screen coordinates. (inherited from Control). |
|
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (inherited from Control). |
|
RescaleConstantsForDpi(Int32, Int32) | (inherited from Control). |
|
ResetBackColor | Resets the BackColor property to its default value. (inherited from Control). |
|
ResetBindings | Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (inherited from Control). |
|
ResetCursor | Resets the Cursor property to its default value. (inherited from Control). |
|
ResetFont | Resets the Font property to its default value. (inherited from Control). |
|
ResetForeColor | Resets the ForeColor property to its default value. (inherited from Control). |
|
ResetImeMode | Resets the ImeMode property to its default value. (inherited from Control). |
|
ResetMouseEventArgs | Resets the control to handle the MouseLeave event. (inherited from Control). |
|
ResetRightToLeft | Resets the RightToLeft property to its default value. (inherited from Control). |
|
ResetText | Resets the Text property to its default value. (inherited from Control). |
|
ResumeLayout(Boolean) | Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. (inherited from Control). |
|
ResumeLayout | Resumes usual layout logic. (inherited from Control). |
|
RtlTranslateAlignment(LeftRightAlignment) | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (inherited from Control). |
|
RtlTranslateAlignment(ContentAlignment) | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (inherited from Control). |
|
RtlTranslateAlignment(HorizontalAlignment) | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (inherited from Control). |
|
RtlTranslateContent(ContentAlignment) | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (inherited from Control). |
|
RtlTranslateHorizontal(HorizontalAlignment) | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (inherited from Control). |
|
RtlTranslateLeftRight(LeftRightAlignment) | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (inherited from Control). |
|
Scale(Single, Single) | Obsolete. Scales the entire control and any child controls. (inherited from Control). |
|
Scale(Single) | Obsolete. Scales the control and any child controls. (inherited from Control). |
|
Scale(SizeF) | Scales the control and all child controls by the specified scaling factor. (inherited from Control). |
|
ScaleBitmapLogicalToDevice(Bitmapref ) | (inherited from Control). |
|
ScaleControl(SizeF, BoundsSpecified) | (inherited from ScrollableControl). |
|
ScaleCore(Single, Single) | (inherited from ScrollableControl). |
|
ScrollControlIntoView(Control) | Scrolls the specified child control into view on an auto-scroll enabled control. (inherited from ScrollableControl). |
|
ScrollToControl(Control) | Calculates the scroll offset to the specified child control. (inherited from ScrollableControl). |
|
Select | Activates the control. (inherited from Control). |
|
Select(Boolean, Boolean) | (inherited from ContainerControl). |
|
SelectNextControl(Control, Boolean, Boolean, Boolean, Boolean) | Activates the next control. (inherited from Control). |
|
SendToBack | Sends the control to the back of the z-order. (inherited from Control). |
|
SetAutoScrollMargin(Int32, Int32) | Sets the size of the auto-scroll margins. (inherited from ScrollableControl). |
|
SetAutoSizeMode(AutoSizeMode) | Sets a value indicating how a control will behave when its AutoSize property is enabled. (inherited from Control). |
|
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | Sets the specified bounds of the control to the specified location and size. (inherited from Control). |
|
SetBounds(Int32, Int32, Int32, Int32) | Sets the bounds of the control to the specified location and size. (inherited from Control). |
|
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) | Performs the work of setting the specified bounds of this control. (inherited from Control). |
|
SetClientSizeCore(Int32, Int32) | Sets the size of the client area of the control. (inherited from Control). |
|
SetDisplayRectLocation(Int32, Int32) | Positions the display window to the specified value. (inherited from ScrollableControl). |
|
SetScrollState(Int32, Boolean) | Sets the specified scroll state flag. (inherited from ScrollableControl). |
|
SetStyle(ControlStyles, Boolean) | Sets a specified ControlStyles flag to either true or false. (inherited from Control). |
|
SetTopLevel(Boolean) | Sets the control as the top-level control. (inherited from Control). |
|
SetVisibleCore(Boolean) | Sets the control to the specified visible state. (inherited from Control). |
|
Show | Displays the control to the user. (inherited from Control). |
|
SizeFromClientSize(Size) | Determines the size of the entire control from the height and width of its client area. (inherited from Control). |
|
SuspendLayout | Temporarily suspends the layout logic for the control. (inherited from Control). |
|
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component). |
|
Update | Causes the control to redraw the invalidated regions within its client area. (inherited from Control). |
|
UpdateBounds(Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size and location. (inherited from Control). |
|
UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size, location, and client size. (inherited from Control). |
|
UpdateBounds | Updates the bounds of the control with the current size and location. (inherited from Control). |
|
UpdateDefaultButton | When overridden by a derived class, updates which button is the default button. (inherited from ContainerControl). |
|
UpdateStyles | Forces the assigned styles to be reapplied to the control. (inherited from Control). |
|
UpdateZOrder | Updates the control in its parent's z-order. (inherited from Control). |
|
Validate(Boolean) | Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on. (inherited from ContainerControl). |
|
Validate | Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order. (inherited from ContainerControl). |
|
ValidateChildren | (inherited from UserControl). |
|
ValidateChildren(ValidationConstraints) | (inherited from UserControl). |
|
WndProc(Messageref ) | (inherited from UserControl). |