Control Properties


.NET Framework Class Library
Control Properties

The Control type exposes the following members.

Properties

  NameDescription
Public propertyAccessibilityObjectGets the AccessibleObject assigned to the control.
Public propertyAccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications.
Public propertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications.
Public propertyAccessibleNameGets or sets the name of the control used by accessibility client applications.
Public propertyAccessibleRoleGets or sets the accessible role of the control
Public propertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it.
Public propertySupported by the .NET Compact FrameworkAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
Public propertyAutoScrollOffsetGets or sets where this control is scrolled to in ScrollControlIntoView.
Public propertyAutoSizeInfrastructure. This property is not relevant for this class.
Public propertySupported by the .NET Compact FrameworkBackColorGets or sets the background color for the control.
Public propertyBackgroundImageGets or sets the background image displayed in the control.
Public propertyBackgroundImageLayoutGets or sets the background image layout as defined in the ImageLayout enumeration.
Public propertySupported by the .NET Compact FrameworkBindingContextGets or sets the BindingContext for the control.
Public propertySupported by the .NET Compact FrameworkBottomGets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
Public propertySupported by the .NET Compact FrameworkBoundsGets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
Protected propertyCanEnableImeGets a value indicating whether the ImeMode property can be set to an active value, to enable IME support.
Public propertyCanFocusGets a value indicating whether the control can receive focus.
Protected propertyCanRaiseEventsDetermines if events can be raised on the control. (Overrides Component..::.CanRaiseEvents.)
Public propertyCanSelectGets a value indicating whether the control can be selected.
Public propertySupported by the .NET Compact FrameworkCaptureGets or sets a value indicating whether the control has captured the mouse.
Public propertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.
Public propertyStatic memberCheckForIllegalCrossThreadCallsGets or sets a value indicating whether to catch calls on the wrong thread that access a control's Handle property when an application is being debugged.
Public propertySupported by the .NET Compact FrameworkClientRectangleGets the rectangle that represents the client area of the control.
Public propertySupported by the .NET Compact FrameworkClientSizeGets or sets the height and width of the client area of the control.
Public propertyCompanyNameGets the name of the company or creator of the application containing the control.
Public propertyContainerGets the IContainer that contains the Component. (Inherited from Component.)
Public propertyContainsFocusGets a value indicating whether the control, or one of its child controls, currently has the input focus.
Public propertySupported by the .NET Compact FrameworkContextMenuGets or sets the shortcut menu associated with the control.
Public propertyContextMenuStripGets or sets the ContextMenuStrip associated with this control.
Public propertySupported by the .NET Compact FrameworkControlsGets the collection of controls contained within the control.
Public propertyCreatedGets a value indicating whether the control has been created.
Protected propertyCreateParamsGets the required creation parameters when the control handle is created.
Public propertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control.
Public propertySupported by the .NET Compact FrameworkDataBindingsGets the data bindings for the control.
Public propertyStatic memberDefaultBackColorGets the default background color of the control.
Protected propertyDefaultCursorGets or sets the default cursor for the control.
Public propertyStatic memberDefaultFontGets the default font of the control.
Public propertyStatic memberDefaultForeColorGets the default foreground color of the control.
Protected propertyDefaultImeModeGets the default Input Method Editor (IME) mode supported by the control.
Protected propertyDefaultMarginGets the space, in pixels, that is specified by default between controls.
Protected propertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control.
Protected propertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control.
Protected propertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control.
Protected propertyDefaultSizeGets the default size of the control.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Public propertyDisplayRectangleGets the rectangle that represents the display area of the control.
Public propertyDisposingGets a value indicating whether the base Control class is in the process of disposing.
Public propertySupported by the .NET Compact FrameworkDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
Protected propertyDoubleBufferedGets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
Public propertySupported by the .NET Compact FrameworkEnabledGets or sets a value indicating whether the control can respond to user interaction.
Protected propertySupported by the .NET Compact FrameworkEventsGets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkFocusedGets a value indicating whether the control has input focus.
Public propertySupported by the .NET Compact FrameworkFontGets or sets the font of the text displayed by the control.
Protected propertyFontHeightGets or sets the height of the font of the control.
Public propertySupported by the .NET Compact FrameworkForeColorGets or sets the foreground color of the control.
Public propertySupported by the .NET Compact FrameworkHandleGets the window handle that the control is bound to.
Public propertyHasChildrenGets a value indicating whether the control contains one or more child controls.
Public propertySupported by the .NET Compact FrameworkHeightGets or sets the height of the control.
Public propertyImeModeGets or sets the Input Method Editor (IME) mode of the control.
Protected propertyImeModeBase
Public propertySupported by the .NET Compact FrameworkInvokeRequiredGets 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.
Public propertyIsAccessibleGets or sets a value indicating whether the control is visible to accessibility applications.
Public propertySupported by the .NET Compact FrameworkIsDisposedGets a value indicating whether the control has been disposed of.
Public propertyIsHandleCreatedGets a value indicating whether the control has a handle associated with it.
Public propertyIsMirroredGets a value indicating whether the control is mirrored.
Public propertyLayoutEngineGets a cached instance of the control's layout engine.
Public propertySupported by the .NET Compact FrameworkLeftGets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.
Public propertySupported by the .NET Compact FrameworkLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
Public propertyMarginGets or sets the space between controls.
Public propertyMaximumSizeGets or sets the size that is the upper limit that GetPreferredSize can specify.
Public propertyMinimumSizeGets or sets the size that is the lower limit that GetPreferredSize can specify.
Public propertyStatic memberModifierKeysGets a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state.
Public propertyStatic memberSupported by the .NET Compact FrameworkMouseButtonsGets a value indicating which of the mouse buttons is in a pressed state.
Public propertyStatic memberSupported by the .NET Compact FrameworkMousePositionGets the position of the mouse cursor in screen coordinates.
Public propertySupported by the .NET Compact FrameworkNameGets or sets the name of the control.
Public propertyPaddingGets or sets padding within the control.
Public propertySupported by the .NET Compact FrameworkParentGets or sets the parent container of the control.
Public propertyPreferredSizeGets the size of a rectangular area into which the control can fit.
Public propertyProductNameGets the product name of the assembly containing the control.
Public propertyProductVersionGets the version of the assembly containing the control.
Protected propertyStatic memberPropagatingImeMode
Public propertyRecreatingHandleGets a value indicating whether the control is currently re-creating its handle.
Public propertyRegionGets or sets the window region associated with the control.
Protected propertyRenderRightToLeft Obsolete. This property is now obsolete.
Protected propertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized.
Public propertySupported by the .NET Compact FrameworkRightGets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
Public propertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
Protected propertySupported by the .NET Compact FrameworkScaleChildrenGets a value that determines the scaling of child controls.
Protected propertyShowFocusCuesGets a value indicating whether the control should display focus rectangles.
Protected propertyShowKeyboardCuesGets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
Public propertySupported by the .NET Compact FrameworkSiteOverloaded.
Public propertySupported by the .NET Compact FrameworkSizeGets or sets the height and width of the control.
Public propertySupported by the .NET Compact FrameworkTabIndexGets or sets the tab order of the control within its container.
Public propertySupported by the .NET Compact FrameworkTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key.
Public propertySupported by the .NET Compact FrameworkTagGets or sets the object that contains data about the control.
Public propertySupported by the .NET Compact FrameworkTextGets or sets the text associated with this control.
Public propertySupported by the .NET Compact FrameworkTopGets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.
Public propertySupported by the .NET Compact FrameworkTopLevelControlGets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in.
Public propertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
Public propertySupported by the .NET Compact FrameworkVisibleGets or sets a value indicating whether the control and all its child controls are displayed.
Public propertySupported by the .NET Compact FrameworkWidthGets or sets the width of the control.
Public propertyWindowTargetInfrastructure. This property is not relevant for this class.
Top
See Also

Reference

Tags :


Page view tracker