frmBatiprixApiKey Class
Public Class frmBatiprixApiKey
Inherits Form
This language is not supported or no code example is available.
public class frmBatiprixApiKey : Form
This language is not supported or no code example is available.
public ref class frmBatiprixApiKey : public Form^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
frmBatiprixApiKey(Estimate) |
Name | Description | |
---|---|---|
![]() |
AcceptButton | Gets or sets the button on the form that is clicked when the user presses the ENTER key. (inherited from Form). |
![]() |
AccessibilityObject | Gets the AccessibleObject assigned to the control. (inherited from Control). |
![]() |
AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (inherited from Control). |
![]() |
AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. (inherited from Control). |
![]() |
AccessibleName | Gets or sets the name of the control used by accessibility client applications. (inherited from Control). |
![]() |
AccessibleRole | Gets or sets the accessible role of the control (inherited from Control). |
![]() |
ActiveControl | Gets or sets the active control on the container control. (inherited from ContainerControl). |
![]() |
ActiveMdiChild | Gets the currently active multiple-document interface (MDI) child window. (inherited from Form). |
![]() |
AllowDrop | Gets or sets a value indicating whether the control can accept data that the user drags onto it. (inherited from Control). |
![]() |
AllowTransparency | Gets or sets a value indicating whether the opacity of the form can be adjusted. (inherited from Form). |
![]() |
Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (inherited from Control). |
![]() |
AutoScale | Obsolete. Gets or sets a value indicating whether the form adjusts its size to fit the height of the font used on the form and scales its controls. (inherited from Form). |
![]() |
AutoScaleBaseSize | Gets or sets the base size used for autoscaling of the form. (inherited from Form). |
![]() |
AutoScaleDimensions | Gets or sets the dimensions that the control was designed to. (inherited from ContainerControl). |
![]() |
AutoScaleMode | Gets or sets the automatic scaling mode of the control. (inherited from ContainerControl). |
![]() |
AutoScroll | Gets or sets a value indicating whether the form enables autoscrolling. (inherited from Form). |
![]() |
AutoScrollMargin | Gets or sets the size of the auto-scroll margin. (inherited from ScrollableControl). |
![]() |
AutoScrollMinSize | Gets or sets the minimum size of the auto-scroll. (inherited from ScrollableControl). |
![]() |
AutoScrollOffset | Gets or sets where this control is scrolled to in ScrollControlIntoView. (inherited from Control). |
![]() |
AutoScrollPosition | Gets or sets the location of the auto-scroll position. (inherited from ScrollableControl). |
![]() |
AutoSize | Resize the form according to the setting of AutoSizeMode. (inherited from Form). |
![]() |
AutoSizeMode | Gets or sets the mode by which the form automatically resizes itself. (inherited from Form). |
![]() |
AutoValidate | Gets or sets a value that indicates whether controls in this container will be automatically validated when the focus changes. (inherited from Form). |
![]() |
BackColor | Gets or sets the background color for the control. (inherited from Form). |
![]() |
BackgroundImage | Gets or sets the background image displayed in the control. (inherited from Control). |
![]() |
BackgroundImageLayout | Gets or sets the background image layout as defined in the ImageLayout enumeration. (inherited from Control). |
![]() |
BindingContext | Gets or sets the BindingContext for the control. (inherited from ContainerControl). |
![]() |
Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (inherited from Control). |
![]() |
Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (inherited from Control). |
![]() |
CanFocus | Gets a value indicating whether the control can receive focus. (inherited from Control). |
![]() |
CanSelect | Gets a value indicating whether the control can be selected. (inherited from Control). |
![]() |
CancelButton | Gets or sets the button control that is clicked when the user presses the ESC key. (inherited from Form). |
![]() |
Capture | Gets or sets a value indicating whether the control has captured the mouse. (inherited from Control). |
![]() |
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. (inherited from Control). |
![]() |
ClientRectangle | Gets the rectangle that represents the client area of the control. (inherited from Control). |
![]() |
ClientSize | Gets or sets the size of the client area of the form. (inherited from Form). |
![]() |
CompanyName | Gets the name of the company or creator of the application containing the control. (inherited from Control). |
![]() |
Container | Gets the IContainer that contains the Component. (inherited from Component). |
![]() |
ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (inherited from Control). |
![]() |
ContextMenu | Gets or sets the shortcut menu associated with the control. (inherited from Control). |
![]() |
ContextMenuStrip | Gets or sets the ContextMenuStrip associated with this control. (inherited from Control). |
![]() |
ControlBox | Gets or sets a value indicating whether a control box is displayed in the caption bar of the form. (inherited from Form). |
![]() |
Controls | Gets the collection of controls contained within the control. (inherited from Control). |
![]() |
Created | Gets a value indicating whether the control has been created. (inherited from Control). |
![]() |
CurrentAutoScaleDimensions | Gets the current run-time dimensions of the screen. (inherited from ContainerControl). |
![]() |
Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the control. (inherited from Control). |
![]() |
DataBindings | Gets the data bindings for the control. (inherited from Control). |
![]() |
DesktopBounds | Gets or sets the size and location of the form on the Windows desktop. (inherited from Form). |
![]() |
DesktopLocation | Gets or sets the location of the form on the Windows desktop. (inherited from Form). |
![]() |
DeviceDpi | Gets the DPI value for the display device where the control is currently being displayed. (inherited from Control). |
![]() |
DialogResult | Gets or sets the dialog result for the form. (inherited from Form). |
![]() |
DisplayRectangle | Gets the rectangle that represents the virtual display area of the control. (inherited from ScrollableControl). |
![]() |
Disposing | Gets a value indicating whether the base Control class is in the process of disposing. (inherited from Control). |
![]() |
Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (inherited from Control). |
![]() |
DockPadding | Gets the dock padding settings for all edges of the control. (inherited from ScrollableControl). |
![]() |
Enabled | Gets or sets a value indicating whether the control can respond to user interaction. (inherited from Control). |
![]() |
Focused | Gets a value indicating whether the control has input focus. (inherited from Control). |
![]() |
Font | Gets or sets the font of the text displayed by the control. (inherited from Control). |
![]() |
ForeColor | Gets or sets the foreground color of the control. (inherited from Control). |
![]() |
FormBorderStyle | Gets or sets the border style of the form. (inherited from Form). |
![]() |
Handle | Gets the window handle that the control is bound to. (inherited from Control). |
![]() |
HasChildren | Gets a value indicating whether the control contains one or more child controls. (inherited from Control). |
![]() |
Height | Gets or sets the height of the control. (inherited from Control). |
![]() |
HelpButton | Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form. (inherited from Form). |
![]() |
HorizontalScroll | Gets the characteristics associated with the horizontal scroll bar. (inherited from ScrollableControl). |
![]() |
Icon | Gets or sets the icon for the form. (inherited from Form). |
![]() |
ImeMode | Gets or sets the Input Method Editor (IME) mode of the control. (inherited from Control). |
![]() |
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 Control). |
![]() |
IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. (inherited from Control). |
![]() |
IsDisposed | Gets a value indicating whether the control has been disposed of. (inherited from Control). |
![]() |
IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. (inherited from Control). |
![]() |
IsMdiChild | Gets a value indicating whether the form is a multiple-document interface (MDI) child form. (inherited from Form). |
![]() |
IsMdiContainer | Gets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms. (inherited from Form). |
![]() |
IsMirrored | Gets a value indicating whether the control is mirrored. (inherited from Control). |
![]() |
IsRestrictedWindow | Gets a value indicating whether the form can use all windows and user input events without restriction. (inherited from Form). |
![]() |
KeyPreview | Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus. (inherited from Form). |
![]() |
LayoutEngine | Gets a cached instance of the control's layout engine. (inherited from Control). |
![]() |
Left | Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (inherited from Control). |
![]() |
Location | Gets or sets the Point that represents the upper-left corner of the Form in screen coordinates. (inherited from Form). |
![]() |
MainMenuStrip | Gets or sets the primary menu container for the form. (inherited from Form). |
![]() |
Margin | Gets or sets the space between controls. (inherited from Form). |
![]() |
MaximizeBox | Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form. (inherited from Form). |
![]() |
MaximumSize | Gets the maximum size the form can be resized to. (inherited from Form). |
![]() |
MdiChildren | Gets an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form. (inherited from Form). |
![]() |
MdiParent | Gets or sets the current multiple-document interface (MDI) parent form of this form. (inherited from Form). |
![]() |
Menu | Gets or sets the MainMenu that is displayed in the form. (inherited from Form). |
![]() |
MergedMenu | Gets the merged menu for the form. (inherited from Form). |
![]() |
MinimizeBox | Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form. (inherited from Form). |
![]() |
MinimumSize | Gets or sets the minimum size the form can be resized to. (inherited from Form). |
![]() |
Modal | Gets a value indicating whether this form is displayed modally. (inherited from Form). |
![]() |
Name | Gets or sets the name of the control. (inherited from Control). |
![]() |
Opacity | Gets or sets the opacity level of the form. (inherited from Form). |
![]() |
OwnedForms | Gets an array of Form objects that represent all forms that are owned by this form. (inherited from Form). |
![]() |
Owner | Gets or sets the form that owns this form. (inherited from Form). |
![]() |
Padding | Gets or sets padding within the control. (inherited from Control). |
![]() |
Parent | Gets or sets the parent container of the control. (inherited from Control). |
![]() |
ParentForm | Gets the form that the container control is assigned to. (inherited from ContainerControl). |
![]() |
PreferredSize | Gets the size of a rectangular area into which the control can fit. (inherited from Control). |
![]() |
ProductName | Gets the product name of the assembly containing the control. (inherited from Control). |
![]() |
ProductVersion | Gets the version of the assembly containing the control. (inherited from Control). |
![]() |
RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. (inherited from Control). |
![]() |
Region | Gets or sets the window region associated with the control. (inherited from Control). |
![]() |
RestoreBounds | Gets the location and size of the form in its normal window state. (inherited from Form). |
![]() |
Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (inherited from Control). |
![]() |
RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (inherited from Control). |
![]() |
RightToLeftLayout | Gets or sets a value indicating whether right-to-left mirror placement is turned on. (inherited from Form). |
![]() |
ShowIcon | Gets or sets a value indicating whether an icon is displayed in the caption bar of the form. (inherited from Form). |
![]() |
ShowInTaskbar | Gets or sets a value indicating whether the form is displayed in the Windows taskbar. (inherited from Form). |
![]() |
Site | Gets or sets the site of the control. (inherited from Control). |
![]() |
Size | Gets or sets the size of the form. (inherited from Form). |
![]() |
SizeGripStyle | Gets or sets the style of the size grip to display in the lower-right corner of the form. (inherited from Form). |
![]() |
StartPosition | Gets or sets the starting position of the form at run time. (inherited from Form). |
![]() |
TabIndex | Gets or sets the tab order of the control within its container. (inherited from Form). |
![]() |
TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (inherited from Form). |
![]() |
Tag | Gets or sets the object that contains data about the control. (inherited from Control). |
![]() |
Text | Gets or sets the text associated with this control. (inherited from Form). |
![]() |
Top | Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (inherited from Control). |
![]() |
TopLevel | Gets or sets a value indicating whether to display the form as a top-level window. (inherited from Form). |
![]() |
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. (inherited from Control). |
![]() |
TopMost | Gets or sets a value indicating whether the form should be displayed as a topmost form. (inherited from Form). |
![]() |
TransparencyKey | Gets or sets the color that will represent transparent areas of the form. (inherited from Form). |
![]() |
UseWaitCursor | Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (inherited from Control). |
![]() |
VerticalScroll | Gets the characteristics associated with the vertical scroll bar. (inherited from ScrollableControl). |
![]() |
Visible | Gets or sets a value indicating whether the control and all its child controls are displayed. (inherited from Control). |
![]() |
Width | Gets or sets the width of the control. (inherited from Control). |
![]() |
WindowState | Gets or sets a value that indicates whether form is minimized, maximized, or normal. (inherited from Form). |
![]() |
WindowTarget | This property is not relevant for this class. (inherited from Control). |
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). |
![]() |
Activate | Activates the form and gives it focus. (inherited from Form). |
![]() |
ActivateMdiChild(Form) | Activates the MDI child of a form. (inherited from Form). |
![]() |
AddOwnedForm(Form) | Adds an owned form to this form. (inherited from Form). |
![]() |
AdjustFormScrollbars(Boolean) | Adjusts the scroll bars on the container based on the current control positions and the control currently selected. (inherited from Form). |
![]() |
ApplyAutoScaling | Obsolete. Resizes the form according to the current value of the AutoScaleBaseSize property and the size of the current font. (inherited from Form). |
![]() |
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). |
![]() |
CenterToParent | Centers the position of the form within the bounds of the parent form. (inherited from Form). |
![]() |
CenterToScreen | Centers the form on the current screen. (inherited from Form). |
![]() |
Close | Closes the form. (inherited from Form). |
![]() |
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 Form). |
![]() |
CreateGraphics | Creates the Graphics for the control. (inherited from Control). |
![]() |
CreateHandle | Creates the handle for the form. If a derived class overrides this function, it must call the base implementation. (inherited from Form). |
![]() |
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 Form). |
![]() |
DestroyHandle | Destroys the handle associated with the control. (inherited from Control). |
![]() |
Dispose(bool) | Clean up any resources being used. |
![]() |
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 the default hash function. (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 Form). |
![]() |
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, 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 | Invalidates the entire surface of the control and causes the control to be redrawn. (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(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(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). |
![]() |
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). |
![]() |
LayoutMdi(MdiLayout) | Arranges the multiple-document interface (MDI) child forms within the MDI parent form. (inherited from Form). |
![]() |
LogicalToDeviceUnits(Int32) | Converts a Logical DPI value to its equivalent DeviceUnit DPI value. (inherited from Control). |
![]() |
LogicalToDeviceUnits(Size) | Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height. (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). |
![]() |
OnActivated(EventArgs) | Raises the Activated event. (inherited from Form). |
![]() |
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 Form). |
![]() |
OnBackgroundImageLayoutChanged(EventArgs) | Raises the BackgroundImageLayoutChanged event. (inherited from Form). |
![]() |
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). |
![]() |
OnClosed(EventArgs) | Raises the Closed event. (inherited from Form). |
![]() |
OnClosing(CancelEventArgs) | Raises the Closing event. (inherited from Form). |
![]() |
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 Form). |
![]() |
OnCursorChanged(EventArgs) | Raises the CursorChanged event. (inherited from Control). |
![]() |
OnDeactivate(EventArgs) | Raises the Deactivate event. (inherited from Form). |
![]() |
OnDockChanged(EventArgs) | Raises the DockChanged event. (inherited from Control). |
![]() |
OnDoubleClick(EventArgs) | Raises the DoubleClick event. (inherited from Control). |
![]() |
OnDpiChanged(DpiChangedEventArgs) | Raises the DpiChanged event. (inherited from Form). |
![]() |
OnDpiChangedAfterParent(EventArgs) | Raises the DpiChangedAfterParent event. (inherited from Control). |
![]() |
OnDpiChangedBeforeParent(EventArgs) | Raises the DpiChangedBeforeParent event. (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 Form). |
![]() |
OnEnter(EventArgs) | Raises the Enter event. (inherited from Form). |
![]() |
OnFontChanged(EventArgs) | Raises the FontChanged event. (inherited from Form). |
![]() |
OnForeColorChanged(EventArgs) | Raises the ForeColorChanged event. (inherited from Control). |
![]() |
OnFormClosed(FormClosedEventArgs) | Raises the FormClosed event. (inherited from Form). |
![]() |
OnFormClosing(FormClosingEventArgs) | Raises the FormClosing event. (inherited from Form). |
![]() |
OnGetDpiScaledSize(Int32, Int32, Sizeref ) | Raises the GetDpiScaledSize event. (inherited from Form). |
![]() |
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 Form). |
![]() |
OnHandleDestroyed(EventArgs) | Raises the HandleDestroyed event. (inherited from Form). |
![]() |
OnHelpButtonClicked(CancelEventArgs) | Raises the HelpButtonClicked event. (inherited from Form). |
![]() |
OnHelpRequested(HelpEventArgs) | Raises the HelpRequested event. (inherited from Control). |
![]() |
OnImeModeChanged(EventArgs) | Raises the ImeModeChanged event. (inherited from Control). |
![]() |
OnInputLanguageChanged(InputLanguageChangedEventArgs) | Raises the InputLanguageChanged event. (inherited from Form). |
![]() |
OnInputLanguageChanging(InputLanguageChangingEventArgs) | Raises the InputLanguageChanging event. (inherited from Form). |
![]() |
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 Form). |
![]() |
OnLeave(EventArgs) | Raises the Leave event. (inherited from Control). |
![]() |
OnLoad(EventArgs) | Raises the Load event. (inherited from Form). |
![]() |
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). |
![]() |
OnMaximizedBoundsChanged(EventArgs) | Raises the MaximizedBoundsChanged event. (inherited from Form). |
![]() |
OnMaximumSizeChanged(EventArgs) | Raises the MaximumSizeChanged event. (inherited from Form). |
![]() |
OnMdiChildActivate(EventArgs) | Raises the MdiChildActivate event. (inherited from Form). |
![]() |
OnMenuComplete(EventArgs) | Raises the MenuComplete event. (inherited from Form). |
![]() |
OnMenuStart(EventArgs) | Raises the MenuStart event. (inherited from Form). |
![]() |
OnMinimumSizeChanged(EventArgs) | Raises the MinimumSizeChanged event. (inherited from Form). |
![]() |
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) | Raises the MouseDown event. (inherited from Control). |
![]() |
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 Form). |
![]() |
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) | Raises the ParentChanged event. (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) | Raises the Resize event. (inherited from Form). |
![]() |
OnResizeBegin(EventArgs) | Raises the ResizeBegin event. (inherited from Form). |
![]() |
OnResizeEnd(EventArgs) | Raises the ResizeEnd event. (inherited from Form). |
![]() |
OnRightToLeftChanged(EventArgs) | Raises the RightToLeftChanged event. (inherited from ScrollableControl). |
![]() |
OnRightToLeftLayoutChanged(EventArgs) | Raises the RightToLeftLayoutChanged event. (inherited from Form). |
![]() |
OnScroll(ScrollEventArgs) | Raises the Scroll event. (inherited from ScrollableControl). |
![]() |
OnShown(EventArgs) | Raises the Shown event. (inherited from Form). |
![]() |
OnSizeChanged(EventArgs) | Raises the SizeChanged event. (inherited from Control). |
![]() |
OnStyleChanged(EventArgs) | Raises the StyleChanged event. (inherited from Form). |
![]() |
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 Form). |
![]() |
OnValidated(EventArgs) | Raises the Validated event. (inherited from Control). |
![]() |
OnValidating(CancelEventArgs) | Raises the Validating event. (inherited from Control). |
![]() |
OnVisibleChanged(EventArgs) | Raises the VisibleChanged event. (inherited from Form). |
![]() |
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) | Processes a command key. (inherited from Form). |
![]() |
ProcessDialogChar(Char) | Processes a dialog character. (inherited from Form). |
![]() |
ProcessDialogKey(Keys) | Processes a dialog box key. (inherited from Form). |
![]() |
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 Form). |
![]() |
ProcessMnemonic(Char) | Processes a mnemonic character. (inherited from Form). |
![]() |
ProcessTabKey(Boolean) | Selects the next available control and makes it the active control. (inherited from Form). |
![]() |
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). |
![]() |
RemoveOwnedForm(Form) | Removes an owned form from this form. (inherited from Form). |
![]() |
RescaleConstantsForDpi(Int32, Int32) | Provides constants for rescaling the control when a DPI change occurs. (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 (Empty). (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(SizeF) | Scales the control and all child controls by the specified scaling factor. (inherited from Control). |
![]() |
Scale(Single) | Obsolete. Scales the control and any child controls. (inherited from Control). |
![]() |
ScaleBitmapLogicalToDevice(Bitmapref ) | Scales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. (inherited from Control). |
![]() |
ScaleControl(SizeF, BoundsSpecified) | Scales the location, size, padding, and margin of a control. (inherited from Form). |
![]() |
ScaleCore(Single, Single) | Performs scaling of the form. (inherited from Form). |
![]() |
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) | Selects this form, and optionally selects the next or previous control. (inherited from Form). |
![]() |
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 Form). |
![]() |
SetClientSizeCore(Int32, Int32) | Sets the client size of the form. This will adjust the bounds of the form to make the client size the requested size. (inherited from Form). |
![]() |
SetDesktopBounds(Int32, Int32, Int32, Int32) | Sets the bounds of the form in desktop coordinates. (inherited from Form). |
![]() |
SetDesktopLocation(Int32, Int32) | Sets the location of the form in desktop coordinates. (inherited from Form). |
![]() |
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 Form). |
![]() |
Show | Displays the control to the user. (inherited from Control). |
![]() |
Show(IWin32Window) | Shows the form with the specified owner to the user. (inherited from Form). |
![]() |
ShowDialog(IWin32Window) | Shows the form as a modal dialog box with the specified owner. (inherited from Form). |
![]() |
ShowDialog | Shows the form as a modal dialog box. (inherited from Form). |
![]() |
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 | Gets a string representing the current instance of the form. (inherited from Form). |
![]() |
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 | Updates which button is the default button. (inherited from Form). |
![]() |
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(ValidationConstraints) | Causes all of the child controls within a control that support validation to validate their data. (inherited from Form). |
![]() |
ValidateChildren | Causes all of the child controls within a control that support validation to validate their data. (inherited from Form). |
![]() |
WndProc(Messageref ) | Processes Windows messages. (inherited from Form). |
Name | Description | |
---|---|---|
![]() |
Activated | Occurs when the form is activated in code or by the user. (inherited from Form). |
![]() |
AutoSizeChanged | Occurs when the AutoSize property changes. (inherited from Form). |
![]() |
AutoValidateChanged | Occurs when the AutoValidate property changes. (inherited from Form). |
![]() |
BackColorChanged | Occurs when the value of the BackColor property changes. (inherited from Control). |
![]() |
BackgroundImageChanged | Occurs when the value of the BackgroundImage property changes. (inherited from Control). |
![]() |
BackgroundImageLayoutChanged | Occurs when the BackgroundImageLayout property changes. (inherited from Control). |
![]() |
BindingContextChanged | Occurs when the value of the BindingContext property changes. (inherited from Control). |
![]() |
CausesValidationChanged | Occurs when the value of the CausesValidation property changes. (inherited from Control). |
![]() |
ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. (inherited from Control). |
![]() |
Click | Occurs when the control is clicked. (inherited from Control). |
![]() |
ClientSizeChanged | Occurs when the value of the ClientSize property changes. (inherited from Control). |
![]() |
Closed | Occurs when the form is closed. (inherited from Form). |
![]() |
Closing | Occurs when the form is closing. (inherited from Form). |
![]() |
ContextMenuChanged | Occurs when the value of the ContextMenu property changes. (inherited from Control). |
![]() |
ContextMenuStripChanged | Occurs when the value of the ContextMenuStrip property changes. (inherited from Control). |
![]() |
ControlAdded | Occurs when a new control is added to the ControlCollection. (inherited from Control). |
![]() |
ControlRemoved | Occurs when a control is removed from the ControlCollection. (inherited from Control). |
![]() |
CursorChanged | Occurs when the value of the Cursor property changes. (inherited from Control). |
![]() |
Deactivate | Occurs when the form loses focus and is no longer the active form. (inherited from Form). |
![]() |
Disposed | Occurs when the component is disposed by a call to the Dispose method. (inherited from Component). |
![]() |
DockChanged | Occurs when the value of the Dock property changes. (inherited from Control). |
![]() |
DoubleClick | Occurs when the control is double-clicked. (inherited from Control). |
![]() |
DpiChanged | Occurs when the DPI setting changes on the display device where the form is currently displayed. (inherited from Form). |
![]() |
DpiChangedAfterParent | Occurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. (inherited from Control). |
![]() |
DpiChangedBeforeParent | Occurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. (inherited from Control). |
![]() |
DragDrop | Occurs when a drag-and-drop operation is completed. (inherited from Control). |
![]() |
DragEnter | Occurs when an object is dragged into the control's bounds. (inherited from Control). |
![]() |
DragLeave | Occurs when an object is dragged out of the control's bounds. (inherited from Control). |
![]() |
DragOver | Occurs when an object is dragged over the control's bounds. (inherited from Control). |
![]() |
EnabledChanged | Occurs when the Enabled property value has changed. (inherited from Control). |
![]() |
Enter | Occurs when the control is entered. (inherited from Control). |
![]() |
FontChanged | Occurs when the Font property value changes. (inherited from Control). |
![]() |
ForeColorChanged | Occurs when the ForeColor property value changes. (inherited from Control). |
![]() |
FormClosed | Occurs after the form is closed. (inherited from Form). |
![]() |
FormClosing | Occurs before the form is closed. (inherited from Form). |
![]() |
GiveFeedback | Occurs during a drag operation. (inherited from Control). |
![]() |
GotFocus | Occurs when the control receives focus. (inherited from Control). |
![]() |
HandleCreated | Occurs when a handle is created for the control. (inherited from Control). |
![]() |
HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. (inherited from Control). |
![]() |
HelpButtonClicked | Occurs when the Help button is clicked. (inherited from Form). |
![]() |
HelpRequested | Occurs when the user requests help for a control. (inherited from Control). |
![]() |
ImeModeChanged | Occurs when the ImeMode property has changed. (inherited from Control). |
![]() |
InputLanguageChanged | Occurs after the input language of the form has changed. (inherited from Form). |
![]() |
InputLanguageChanging | Occurs when the user attempts to change the input language for the form. (inherited from Form). |
![]() |
Invalidated | Occurs when a control's display requires redrawing. (inherited from Control). |
![]() |
KeyDown | Occurs when a key is pressed while the control has focus. (inherited from Control). |
![]() |
KeyPress | Occurs when a character. space or backspace key is pressed while the control has focus. (inherited from Control). |
![]() |
KeyUp | Occurs when a key is released while the control has focus. (inherited from Control). |
![]() |
Layout | Occurs when a control should reposition its child controls. (inherited from Control). |
![]() |
Leave | Occurs when the input focus leaves the control. (inherited from Control). |
![]() |
Load | Occurs before a form is displayed for the first time. (inherited from Form). |
![]() |
LocationChanged | Occurs when the Location property value has changed. (inherited from Control). |
![]() |
LostFocus | Occurs when the control loses focus. (inherited from Control). |
![]() |
MarginChanged | Occurs when the Margin property changes. (inherited from Form). |
![]() |
MaximizedBoundsChanged | Occurs when the value of the MaximizedBounds property has changed. (inherited from Form). |
![]() |
MaximumSizeChanged | Occurs when the value of the MaximumSize property has changed. (inherited from Form). |
![]() |
MdiChildActivate | Occurs when a multiple-document interface (MDI) child form is activated or closed within an MDI application. (inherited from Form). |
![]() |
MenuComplete | Occurs when the menu of a form loses focus. (inherited from Form). |
![]() |
MenuStart | Occurs when the menu of a form receives focus. (inherited from Form). |
![]() |
MinimumSizeChanged | Occurs when the value of the MinimumSize property has changed. (inherited from Form). |
![]() |
MouseCaptureChanged | Occurs when the control loses mouse capture. (inherited from Control). |
![]() |
MouseClick | Occurs when the control is clicked by the mouse. (inherited from Control). |
![]() |
MouseDoubleClick | Occurs when the control is double clicked by the mouse. (inherited from Control). |
![]() |
MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. (inherited from Control). |
![]() |
MouseEnter | Occurs when the mouse pointer enters the control. (inherited from Control). |
![]() |
MouseHover | Occurs when the mouse pointer rests on the control. (inherited from Control). |
![]() |
MouseLeave | Occurs when the mouse pointer leaves the control. (inherited from Control). |
![]() |
MouseMove | Occurs when the mouse pointer is moved over the control. (inherited from Control). |
![]() |
MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. (inherited from Control). |
![]() |
MouseWheel | Occurs when the mouse wheel moves while the control has focus. (inherited from Control). |
![]() |
Move | Occurs when the control is moved. (inherited from Control). |
![]() |
PaddingChanged | Occurs when the control's padding changes. (inherited from Control). |
![]() |
Paint | Occurs when the control is redrawn. (inherited from Control). |
![]() |
ParentChanged | Occurs when the Parent property value changes. (inherited from Control). |
![]() |
PreviewKeyDown | Occurs before the KeyDown event when a key is pressed while focus is on this control. (inherited from Control). |
![]() |
QueryAccessibilityHelp | Occurs when AccessibleObject is providing help to accessibility applications. (inherited from Control). |
![]() |
QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (inherited from Control). |
![]() |
RegionChanged | Occurs when the value of the Region property changes. (inherited from Control). |
![]() |
Resize | Occurs when the control is resized. (inherited from Control). |
![]() |
ResizeBegin | Occurs when a form enters resizing mode. (inherited from Form). |
![]() |
ResizeEnd | Occurs when a form exits resizing mode. (inherited from Form). |
![]() |
RightToLeftChanged | Occurs when the RightToLeft property value changes. (inherited from Control). |
![]() |
RightToLeftLayoutChanged | Occurs after the value of the RightToLeftLayout property changes. (inherited from Form). |
![]() |
Scroll | Occurs when the user or code scrolls through the client area. (inherited from ScrollableControl). |
![]() |
Shown | Occurs whenever the form is first displayed. (inherited from Form). |
![]() |
SizeChanged | Occurs when the Size property value changes. (inherited from Control). |
![]() |
StyleChanged | Occurs when the control style changes. (inherited from Control). |
![]() |
SystemColorsChanged | Occurs when the system colors change. (inherited from Control). |
![]() |
TabIndexChanged | Occurs when the value of the TabIndex property changes. (inherited from Form). |
![]() |
TabStopChanged | Occurs when the TabStop property changes. (inherited from Form). |
![]() |
TextChanged | Occurs when the Text property value changes. (inherited from Control). |
![]() |
Validated | Occurs when the control is finished validating. (inherited from Control). |
![]() |
Validating | Occurs when the control is validating. (inherited from Control). |
![]() |
VisibleChanged | Occurs when the Visible property value changes. (inherited from Control). |
Name | Description | |
---|---|---|
![]() |
txtUserApiKey |