NavTextForm 概述

公共实例构造函数

NavTextForm 构造函数

公共实例属性

AcceptButton (从 Form 继承)Gets or sets the button on the form that is clicked when the user presses the ENTER key.
AccessibilityObject (从 Control 继承)Gets the AccessibleObject assigned to the control.
AccessibleDefaultActionDescription (从 Control 继承)Gets or sets the default action description of the control for use by accessibility client applications.
AccessibleDescription (从 Control 继承)Gets or sets the description of the control used by accessibility client applications.
AccessibleName (从 Control 继承)Gets or sets the name of the control used by accessibility client applications.
AccessibleRole (从 Control 继承)Gets or sets the accessible role of the control
ActiveControl (从 ContainerControl 继承)Gets or sets the active control on the container control.
ActiveMdiChild (从 Form 继承)Gets the currently active multiple document interface (MDI) child window.
AllowDrop (从 Control 继承)Gets or sets a value indicating whether the control can accept data that the user drags onto it.
AllowTransparency (从 Form 继承)Gets or sets a value indicating whether the opacity of the form can be adjusted.
Anchor (从 Control 继承)Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
AutoScale (从 Form 继承)已过时. 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.
AutoScaleBaseSize (从 Form 继承)Gets or sets the base size used for autoscaling of the form.
AutoScaleDimensions (从 ContainerControl 继承)Gets or sets the dimensions that the control was designed to.
AutoScaleMode (从 ContainerControl 继承)Gets or sets the automatic scaling mode of the control.
AutoScroll (从 Form 继承)Gets or sets a value indicating whether the form enables autoscrolling.
AutoScrollMargin (从 ScrollableControl 继承)Gets or sets the size of the auto-scroll margin.
AutoScrollMinSize (从 ScrollableControl 继承)Gets or sets the minimum size of the auto-scroll.
AutoScrollOffset (从 Control 继承)Gets or sets where this control is scrolled to in ScrollControlIntoView.
AutoScrollPosition (从 ScrollableControl 继承)Gets or sets the location of the auto-scroll position.
AutoSize (从 Form 继承)
AutoSizeMode (从 Form 继承)Gets or sets the mode by which the form automatically resizes itself.
AutoValidate (从 Form 继承)
BackColor (从 Form 继承)
BackgroundImage (从 Control 继承)Gets or sets the background image displayed in the control.
BackgroundImageLayout (从 Control 继承)Gets or sets the background image layout as defined in the ImageLayout enumeration.
BindingContext (从 ContainerControl 继承)
Bottom (从 Control 继承)Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
Bounds (从 Control 继承)Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
CancelButton (从 Form 继承)Gets or sets the button control that is clicked when the user presses the ESC key.
CanFocus (从 Control 继承)Gets a value indicating whether the control can receive focus.
CanSelect (从 Control 继承)Gets a value indicating whether the control can be selected.
Capture (从 Control 继承)Gets or sets a value indicating whether the control has captured the mouse.
CausesValidation (从 Control 继承)Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.
ClientRectangle (从 Control 继承)Gets the rectangle that represents the client area of the control.
ClientSize (从 Form 继承)Gets or sets the size of the client area of the form.
CompanyName (从 Control 继承)Gets the name of the company or creator of the application containing the control.
Container (从 Component 继承)Gets the IContainer that contains the Component.
ContainsFocus (从 Control 继承)Gets a value indicating whether the control, or one of its child controls, currently has the input focus.
ContextMenu (从 Control 继承)Gets or sets the shortcut menu associated with the control.
ContextMenuStrip (从 Control 继承)Gets or sets the ContextMenuStrip associated with this control.
ControlBox (从 Form 继承)Gets or sets a value indicating whether a control box is displayed in the caption bar of the form.
Controls (从 Control 继承)Gets the collection of controls contained within the control.
Created (从 Control 继承)Gets a value indicating whether the control has been created.
CurrentAutoScaleDimensions (从 ContainerControl 继承)Gets the current run-time dimensions of the screen.
Cursor (从 Control 继承)Gets or sets the cursor that is displayed when the mouse pointer is over the control.
DataBindings (从 Control 继承)Gets the data bindings for the control.
DesktopBounds (从 Form 继承)Gets or sets the size and location of the form on the Windows desktop.
DesktopLocation (从 Form 继承)Gets or sets the location of the form on the Windows desktop.
DialogResult (从 Form 继承)Gets or sets the dialog result for the form.
DisplayRectangle (从 ScrollableControl 继承)Gets the rectangle that represents the virtual display area of the control.
Disposing (从 Control 继承)Gets a value indicating whether the base Control class is in the process of disposing.
Dock (从 Control 继承)Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
DockPadding (从 ScrollableControl 继承)Gets the dock padding settings for all edges of the control.
Enabled (从 Control 继承)Gets or sets a value indicating whether the control can respond to user interaction.
FirstPageText
Focused (从 Control 继承)Gets a value indicating whether the control has input focus.
Font (从 Control 继承)Gets or sets the font of the text displayed by the control.
ForeColor (从 Control 继承)Gets or sets the foreground color of the control.
FormBorderStyle (从 Form 继承)Gets or sets the border style of the form.
Handle (从 Control 继承)Gets the window handle that the control is bound to.
HasChildren (从 Control 继承)Gets a value indicating whether the control contains one or more child controls.
Height (从 Control 继承)Gets or sets the height of the control.
HelpButton (从 Form 继承)Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form.
HorizontalScroll (从 ScrollableControl 继承)Gets the characteristics associated with the horizontal scroll bar.
Icon (从 Form 继承)Gets or sets the icon for the form.
ImeMode (从 Control 继承)Gets or sets the Input Method Editor (IME) mode of the control.
InvokeRequired (从 Control 继承)Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.
IsAccessible (从 Control 继承)Gets or sets a value indicating whether the control is visible to accessibility applications.
IsDisposed (从 Control 继承)Gets a value indicating whether the control has been disposed of.
IsHandleCreated (从 Control 继承)Gets a value indicating whether the control has a handle associated with it.
IsMdiChild (从 Form 继承)Gets a value indicating whether the form is a multiple document interface (MDI) child form.
IsMdiContainer (从 Form 继承)Gets or sets a value indicating whether the form is a container for multiple document interface (MDI) child forms.
IsMirrored (从 Control 继承)Gets a value indicating whether the control is mirrored.
IsRestrictedWindow (从 Form 继承)Gets a value indicating whether the form can use all windows and user input events without restriction.
KeyPreview (从 Form 继承)Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus.
LastPageText
LayoutEngine (从 Control 继承)Gets a cached instance of the control's layout engine.
Left (从 Control 继承)Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.
Location (从 Form 继承)
MainMenuStrip (从 Form 继承)Gets or sets the primary menu container for the form.
Margin (从 Form 继承)
MaximizeBox (从 Form 继承)Gets or sets a value indicating whether the maximize button is displayed in the caption bar of the form.
MaximumSize (从 Form 继承)Gets the maximum size the form can be resized to.
MdiChildren (从 Form 继承)Gets an array of forms that represent the multiple document interface (MDI) child forms that are parented to this form.
MdiParent (从 Form 继承)Gets or sets the current multiple document interface (MDI) parent form of this form.
Menu (从 Form 继承)Gets or sets the MainMenu that is displayed in the form.
MergedMenu (从 Form 继承)Gets the merged menu for the form.
MinimizeBox (从 Form 继承)Gets or sets a value indicating whether the minimize button is displayed in the caption bar of the form.
MinimumSize (从 Form 继承)Gets or sets the minimum size the form can be resized to.
Modal (从 Form 继承)Gets a value indicating whether this form is displayed modally.
Name (从 Control 继承)Gets or sets the name of the control.
NextPageText
Opacity (从 Form 继承)Gets or sets the opacity level of the form.
OwnedForms (从 Form 继承)Gets an array of Form objects that represent all forms that are owned by this form.
Owner (从 Form 继承)Gets or sets the form that owns this form.
Padding (从 Control 继承)Gets or sets padding within the control.
Parent (从 Control 继承)Gets or sets the parent container of the control.
ParentForm (从 ContainerControl 继承)Gets the form that the container control is assigned to.
PreferredSize (从 Control 继承)Gets the size of a rectangular area into which the control can fit.
PrevPageText
ProductName (从 Control 继承)Gets the product name of the assembly containing the control.
ProductVersion (从 Control 继承)Gets the version of the assembly containing the control.
RecreatingHandle (从 Control 继承)Gets a value indicating whether the control is currently re-creating its handle.
Region (从 Control 继承)Gets or sets the window region associated with the control.
RestoreBounds (从 Form 继承)Gets the location and size of the form in its normal window state.
Right (从 Control 继承)Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
RightToLeft (从 Control 继承)Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
RightToLeftLayout (从 Form 继承)Gets or sets a value indicating whether right-to-left mirror placement is turned on.
ShowIcon (从 Form 继承)Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.
ShowInTaskbar (从 Form 继承)Gets or sets a value indicating whether the form is displayed in the Windows taskbar.
Site (从 Control 继承)Gets or sets the site of the control.
Size (从 Form 继承)Gets or sets the size of the form.
SizeGripStyle (从 Form 继承)Gets or sets the style of the size grip to display in the lower-right corner of the form.
StartPosition (从 Form 继承)Gets or sets the starting position of the form at run time.
TabIndex (从 Form 继承)Gets or sets the tab order of the control within its container.
TabStop (从 Form 继承)
Tag (从 Control 继承)Gets or sets the object that contains data about the control.
Text (从 Form 继承)
Top (从 Control 继承)Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.
TopLevel (从 Form 继承)Gets or sets a value indicating whether to display the form as a top-level window.
TopLevelControl (从 Control 继承)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.
TopMost (从 Form 继承)Gets or sets a value indicating whether the form should be displayed as a topmost form.
TransparencyKey (从 Form 继承)Gets or sets the color that will represent transparent areas of the form.
UseWaitCursor (从 Control 继承)Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
VerticalScroll (从 ScrollableControl 继承)Gets the characteristics associated with the vertical scroll bar.
Visible (从 Control 继承)Gets or sets a value indicating whether the control is displayed.
Width (从 Control 继承)Gets or sets the width of the control.
WindowState (从 Form 继承)Gets or sets the form's window state.
WindowTarget (从 Control 继承)

公共实例方法

Activate (从 Form 继承)Activates the form and gives it focus.
AddOwnedForm (从 Form 继承)Adds an owned form to this form.
BeginInvoke (从 Control 继承)已重载。Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
BringToFront (从 Control 继承)Brings the control to the front of the z-order.
Close (从 Form 继承)Closes the form.
Contains (从 Control 继承)Retrieves a value indicating whether the specified control is a child of the control.
CreateControl (从 Control 继承)Forces the creation of the control, including the creation of the handle and any child controls.
CreateGraphics (从 Control 继承)Creates the Graphics for the control.
CreateObjRef (从 MarshalByRefObject 继承)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (从 Component 继承)已重载。Releases all resources used by the Component.
DoDragDrop (从 Control 继承)Begins a drag-and-drop operation.
DrawToBitmap (从 Control 继承)Supports rendering to the specified bitmap.
EndInvoke (从 Control 继承)Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
Equals (从 Object 继承)Determines whether the specified Object is equal to the current Object.
FindForm (从 Control 继承)Retrieves the form that the control is on.
Focus (从 Control 继承)Sets input focus to the control.
GetChildAtPoint (从 Control 继承)已重载。Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
GetContainerControl (从 Control 继承)Returns the next ContainerControl up the control's chain of parent controls.
GetHashCode (从 Object 继承)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (从 MarshalByRefObject 继承)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetNextControl (从 Control 继承)Retrieves the next control forward or back in the tab order of child controls.
GetPreferredSize (从 Control 继承)Retrieves the size of a rectangular area into which a control can be fitted.
GetType (从 Object 继承)Gets the Type of the current instance.
Hide (从 Control 继承)Conceals the control from the user.
InitializeLifetimeService (从 MarshalByRefObject 继承)Obtains a lifetime service object to control the lifetime policy for this instance.
Invalidate (从 Control 继承)已重载。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.
Invoke (从 Control 继承)已重载。Executes the specified delegate on the thread that owns the control's underlying window handle.
LayoutMdi (从 Form 继承)Arranges the multiple document interface (MDI) child forms within the MDI parent form.
PerformAutoScale (从 ContainerControl 继承)Performs scaling of the container control and its children.
PerformLayout (从 Control 继承)已重载。Forces the control to apply layout logic to all its child controls.
PointToClient (从 Control 继承)Computes the location of the specified screen point into client coordinates.
PointToScreen (从 Control 继承)Computes the location of the specified client point into screen coordinates.
PreProcessControlMessage (从 Control 继承)Preprocesses keyboard or input messages within the message loop before they are dispatched.
PreProcessMessage (从 Control 继承)Preprocesses keyboard or input messages within the message loop before they are dispatched.
RectangleToClient (从 Control 继承)Computes the size and location of the specified screen rectangle in client coordinates.
RectangleToScreen (从 Control 继承)Computes the size and location of the specified client rectangle in screen coordinates.
Refresh (从 Control 继承)Forces the control to invalidate its client area and immediately redraw itself and any child controls.
RemoveOwnedForm (从 Form 继承)Removes an owned form from this form.
ResetBackColor (从 Control 继承)
ResetBindings (从 Control 继承)
ResetCursor (从 Control 继承)
ResetFont (从 Control 继承)
ResetForeColor (从 Control 继承)
ResetImeMode (从 Control 继承)
ResetRightToLeft (从 Control 继承)
ResetText (从 Control 继承)Resets the Text property to its default value.
ResumeLayout (从 Control 继承)已重载。Resumes usual layout logic.
Scale (从 Control 继承)已重载。
ScrollControlIntoView (从 ScrollableControl 继承)Scrolls the specified child control into view on an auto-scroll enabled control.
Select (从 Control 继承)已重载。Activates the control.
SelectNextControl (从 Control 继承)Activates the next control.
SendToBack (从 Control 继承)Sends the control to the back of the z-order.
SetAutoScrollMargin (从 ScrollableControl 继承)Sets the size of the auto-scroll margins.
SetBounds (从 Control 继承)已重载。Sets the bounds of the control to the specified location and size.
SetDesktopBounds (从 Form 继承)Sets the bounds of the form in desktop coordinates.
SetDesktopLocation (从 Form 继承)Sets the location of the form in desktop coordinates.
Show (从 Form 继承)已重载。Shows the form with the specified owner to the user.
Show (从 Control 继承)已重载。Displays the control to the user.
ShowDialog (从 Form 继承)已重载。Shows the form as a modal dialog box with the currently active window set as its owner.
SuspendLayout (从 Control 继承)Temporarily suspends the layout logic for the control.
ToString (从 Form 继承)
Update (从 Control 继承)Causes the control to redraw the invalidated regions within its client area.
Validate (从 ContainerControl 继承)已重载。Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order.
ValidateChildren (从 Form 继承)已重载。

公共实例事件

Activated (从 Form 继承)Occurs when the form is activated in code or by the user.
AutoSizeChanged (从 Form 继承)
AutoValidateChanged (从 Form 继承)
BackColorChanged (从 Control 继承)Occurs when the value of the BackColor property changes.
BackgroundImageChanged (从 Control 继承)Occurs when the value of the BackgroundImage property changes.
BackgroundImageLayoutChanged (从 Control 继承)Occurs when the BackgroundImageLayout property changes.
BindingContextChanged (从 Control 继承)Occurs when the value of the BindingContext property changes.
CausesValidationChanged (从 Control 继承)Occurs when the value of the CausesValidation property changes.
ChangeUICues (从 Control 继承)Occurs when the focus or keyboard user interface (UI) cues change.
Click (从 Control 继承)Occurs when the control is clicked.
ClientSizeChanged (从 Control 继承)Occurs when the value of the ClientSize property changes.
Closed (从 Form 继承)Occurs when the form is closed.
Closing (从 Form 继承)Occurs when the form is closing.
ContextMenuChanged (从 Control 继承)Occurs when the value of the ContextMenu property changes.
ContextMenuStripChanged (从 Control 继承)Occurs when the value of the ContextMenuStrip property changes.
ControlAdded (从 Control 继承)Occurs when a new control is added to the ControlCollection.
ControlRemoved (从 Control 继承)Occurs when a control is removed from the ControlCollection.
CursorChanged (从 Control 继承)Occurs when the value of the Cursor property changes.
Deactivate (从 Form 继承)Occurs when the form loses focus and is no longer the active form.
Disposed (从 Component 继承)Adds an event handler to listen to the Disposed event on the component.
DockChanged (从 Control 继承)Occurs when the value of the Dock property changes.
DoubleClick (从 Control 继承)Occurs when the control is double-clicked.
DragDrop (从 Control 继承)Occurs when a drag-and-drop operation is completed.
DragEnter (从 Control 继承)Occurs when an object is dragged into the control's bounds.
DragLeave (从 Control 继承)Occurs when an object is dragged out of the control's bounds.
DragOver (从 Control 继承)Occurs when an object is dragged over the control's bounds.
EnabledChanged (从 Control 继承)Occurs when the Enabled property value has changed.
Enter (从 Control 继承)Occurs when the control is entered.
FontChanged (从 Control 继承)Occurs when the Font property value changes.
ForeColorChanged (从 Control 继承)Occurs when the ForeColor property value changes.
FormClosed (从 Form 继承)Occurs after the form is closed.
FormClosing (从 Form 继承)Occurs before the form is closed.
GiveFeedback (从 Control 继承)Occurs during a drag operation.
GotFocus (从 Control 继承)Occurs when the control receives focus.
HandleCreated (从 Control 继承)Occurs when a handle is created for the control.
HandleDestroyed (从 Control 继承)Occurs when the control's handle is in the process of being destroyed.
HelpButtonClicked (从 Form 继承)Occurs when the Help button is clicked.
HelpRequested (从 Control 继承)Occurs when the user requests help for a control.
ImeModeChanged (从 Control 继承)Occurs when the ImeMode property has changed.
InputLanguageChanged (从 Form 继承)Occurs after the input language of the form has changed.
InputLanguageChanging (从 Form 继承)Occurs when the user attempts to change the input language for the form.
Invalidated (从 Control 继承)Occurs when a control's display requires redrawing.
KeyDown (从 Control 继承)Occurs when a key is pressed while the control has focus.
KeyPress (从 Control 继承)Occurs when a key is pressed while the control has focus.
KeyUp (从 Control 继承)Occurs when a key is released while the control has focus.
Layout (从 Control 继承)Occurs when a control should reposition its child controls.
Leave (从 Control 继承)Occurs when the input focus leaves the control.
Load (从 Form 继承)Occurs before a form is displayed for the first time.
LocationChanged (从 Control 继承)Occurs when the Location property value has changed.
LostFocus (从 Control 继承)Occurs when the control loses focus.
MarginChanged (从 Form 继承)
MaximizedBoundsChanged (从 Form 继承)Occurs when the value of the MaximizedBounds property has changed.
MaximumSizeChanged (从 Form 继承)Occurs when the value of the MaximumSize property has changed.
MdiChildActivate (从 Form 继承)Occurs when a multiple document interface (MDI) child form is activated or closed within an MDI application.
MenuComplete (从 Form 继承)Occurs when the menu of a form loses focus.
MenuStart (从 Form 继承)Occurs when the menu of a form receives focus.
MinimumSizeChanged (从 Form 继承)Occurs when the value of the MinimumSize property has changed.
MouseCaptureChanged (从 Control 继承)Occurs when the control loses mouse capture.
MouseClick (从 Control 继承)Occurs when the control is clicked by the mouse.
MouseDoubleClick (从 Control 继承)Occurs when the control is double clicked by the mouse.
MouseDown (从 Control 继承)Occurs when the mouse pointer is over the control and a mouse button is pressed.
MouseEnter (从 Control 继承)Occurs when the mouse pointer enters the control.
MouseHover (从 Control 继承)Occurs when the mouse pointer rests on the control.
MouseLeave (从 Control 继承)Occurs when the mouse pointer leaves the control.
MouseMove (从 Control 继承)Occurs when the mouse pointer is moved over the control.
MouseUp (从 Control 继承)Occurs when the mouse pointer is over the control and a mouse button is released.
MouseWheel (从 Control 继承)Occurs when the mouse wheel moves while the control has focus.
Move (从 Control 继承)Occurs when the control is moved.
PaddingChanged (从 Control 继承)Occurs when the control's padding changes.
Paint (从 Control 继承)Occurs when the control is redrawn.
ParentChanged (从 Control 继承)Occurs when the Parent property value changes.
PreviewKeyDown (从 Control 继承)Occurs before the KeyDown event when a key is pressed while focus is on this control.
QueryAccessibilityHelp (从 Control 继承)Occurs when AccessibleObject is providing help to accessibility applications.
QueryContinueDrag (从 Control 继承)Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.
RegionChanged (从 Control 继承)Occurs when the value of the Region property changes.
Resize (从 Control 继承)Occurs when the control is resized.
ResizeBegin (从 Form 继承)Occurs when a form enters resizing mode.
ResizeEnd (从 Form 继承)Occurs when a form exits resizing mode.
RightToLeftChanged (从 Control 继承)Occurs when the RightToLeft property value changes.
RightToLeftLayoutChanged (从 Form 继承)Occurs after the value of the RightToLeftLayout property changes.
Scroll (从 ScrollableControl 继承)Occurs when the user or code scrolls through the client area.
Shown (从 Form 继承)Occurs whenever the form is first displayed.
SizeChanged (从 Control 继承)Occurs when the Size property value changes.
StyleChanged (从 Control 继承)Occurs when the control style changes.
SystemColorsChanged (从 Control 继承)Occurs when the system colors change.
TabIndexChanged (从 Form 继承)Occurs when the value of the TabIndex property changes.
TabStopChanged (从 Form 继承)
TextChanged (从 Control 继承)Occurs when the Text property value changes.
Validated (从 Control 继承)Occurs when the control is finished validating.
Validating (从 Control 继承)Occurs when the control is validating.
VisibleChanged (从 Control 继承)Occurs when the Visible property value changes.

受保护的实例属性

AutoScaleFactor (从 ContainerControl 继承)Gets the scaling factor between the current and design-time automatic scaling dimensions.
CanEnableIme (从 ContainerControl 继承)
CanRaiseEvents (从 Control 继承)Determines if events can be raised on the control.
CreateParams (从 Form 继承)
DefaultCursor (从 Control 继承)Gets or sets the default cursor for the control.
DefaultImeMode (从 Form 继承)Gets the default Input Method Editor (IME) mode supported by the control.
DefaultMargin (从 Control 继承)Gets the space, in pixels, that is specified by default between controls.
DefaultMaximumSize (从 Control 继承)Gets the length and height, in pixels, that is specified as the default maximum size of a control.
DefaultMinimumSize (从 Control 继承)Gets the length and height, in pixels, that is specified as the default minimum size of a control.
DefaultPadding (从 Control 继承)Gets the internal spacing, in pixels, of the contents of a control.
DefaultSize (从 Form 继承)
DesignMode (从 Component 继承)Gets a value that indicates whether the Component is currently in design mode.
DoubleBuffered (从 Control 继承)Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
Events (从 Component 继承)Gets the list of event handlers that are attached to this Component.
FontHeight (从 Control 继承)Gets or sets the height of the font of the control.
HScroll (从 ScrollableControl 继承)Gets or sets a value indicating whether the horizontal scroll bar is visible.
ImeModeBase (从 Control 继承)
MaximizedBounds (从 Form 继承)Gets and sets the size of the form when it is maximized.
ResizeRedraw (从 Control 继承)Gets or sets a value indicating whether the control redraws itself when resized.
ScaleChildren (从 Control 继承)Gets a value that determines the scaling of child controls.
ShowWithoutActivation (从 Form 继承)Gets a value indicating whether the window will be activated when it is shown.
VScroll (从 ScrollableControl 继承)Gets or sets a value indicating whether the vertical scroll bar is visible.

受保护的实例方法

AccessibilityNotifyClients (从 Control 继承)已重载。Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
ActivateMdiChild (从 Form 继承)Activates the MDI child of a form.
AdjustFormScrollbars (从 Form 继承)
ApplyAutoScaling (从 Form 继承)已过时. Resizes the form according to the current value of the AutoScaleBaseSize property and the size of the current font.
CenterToParent (从 Form 继承)Centers the position of the form within the bounds of the parent form.
CenterToScreen (从 Form 继承)Centers the form on the current screen.
CreateAccessibilityInstance (从 Control 继承)Creates a new accessibility object for the control.
CreateControlsInstance (从 Form 继承)
CreateHandle (从 Form 继承)Creates the handle for the Form. If a derived class overrides this function, it must call the base implementation.
DefWndProc (从 Form 继承)
DestroyHandle (从 Control 继承)Destroys the handle associated with the control.
Dispose已重载。 Clean up any resources being used.
Finalize (从 Component 继承)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetAccessibilityObjectById (从 Control 继承)Retrieves the specified AccessibleObject.
GetAutoSizeMode (从 Control 继承)Retrieves a value indicating how a control will behave when its AutoSize property is enabled.
GetScaledBounds (从 Form 继承)
GetScrollState (从 ScrollableControl 继承)Determines whether the specified flag has been set.
GetService (从 Component 继承)Returns an object that represents a service provided by the Component or by its Container.
GetStyle (从 Control 继承)Retrieves the value of the specified control style bit for the control.
GetTopLevel (从 Control 继承)Determines if the control is a top-level control.
InitLayout (从 Control 继承)Called after the control has been added to another container.
InvokeGotFocus (从 Control 继承)Raises the GotFocus event for the specified control.
InvokeLostFocus (从 Control 继承)Raises the LostFocus event for the specified control.
InvokeOnClick (从 Control 继承)Raises the Click event for the specified control.
InvokePaint (从 Control 继承)Raises the Paint event for the specified control.
InvokePaintBackground (从 Control 继承)Raises the PaintBackground event for the specified control.
IsInputChar (从 Control 继承)Determines if a character is an input character that the control recognizes.
IsInputKey (从 Control 继承)Determines whether the specified key is a regular input key or a special key that requires preprocessing.
MemberwiseClone (从 MarshalByRefObject 继承)已重载。Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (从 Object 继承)已重载。Creates a shallow copy of the current Object.
NotifyInvalidate (从 Control 继承)Raises the Invalidated event with a specified region of the control to invalidate.
OnActivated (从 Form 继承)Raises the Activated event.
OnAutoSizeChanged (从 Control 继承)Raises the AutoSizeChanged event.
OnAutoValidateChanged (从 ContainerControl 继承)Raises the AutoValidateChanged event.
OnBackColorChanged (从 Control 继承)Raises the BackColorChanged event.
OnBackgroundImageChanged (从 Form 继承)Raises the BackgroundImageChanged event.
OnBackgroundImageLayoutChanged (从 Form 继承)Raises the BackgroundImageLayoutChanged event.
OnBindingContextChanged (从 Control 继承)Raises the BindingContextChanged event.
OnCausesValidationChanged (从 Control 继承)Raises the CausesValidationChanged event.
OnChangeUICues (从 Control 继承)Raises the ChangeUICues event.
OnClick (从 Control 继承)Raises the Click event.
OnClientSizeChanged (从 Control 继承)Raises the ClientSizeChanged event.
OnClosed (从 Form 继承)Raises the Closed event.
OnClosing (从 Form 继承)Raises the Closing event.
OnContextMenuChanged (从 Control 继承)Raises the ContextMenuChanged event.
OnContextMenuStripChanged (从 Control 继承)Raises the ContextMenuStripChanged event.
OnControlAdded (从 Control 继承)Raises the ControlAdded event.
OnControlRemoved (从 Control 继承)Raises the ControlRemoved event.
OnCreateControl (从 Form 继承)Raises the CreateControl event.
OnCursorChanged (从 Control 继承)Raises the CursorChanged event.
OnDeactivate (从 Form 继承)Raises the Deactivate event.
OnDockChanged (从 Control 继承)Raises the DockChanged event.
OnDoubleClick (从 Control