Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
RadioButton Class
 RadioButton Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
RadioButton Members

Enables the user to select a single option from a group of choices when paired with other RadioButton controls.

The RadioButton type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkRadioButton Initializes a new instance of the RadioButton class.
Top
  NameDescription
Protected methodAccessibilityNotifyClientsOverloaded. Notifies the accessibility client applications of AccessibleEvents.
Public methodSupported by the .NET Compact FrameworkBeginInvokeOverloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on.
Public methodSupported by the .NET Compact FrameworkBringToFrontBrings the control to the front of the z-order. (Inherited from Control.)
Public methodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from Control.)
Protected methodCreateAccessibilityInstanceInfrastructure. Creates a new accessibility object for the RadioButton control. (Overrides ButtonBase..::.CreateAccessibilityInstance()()().)
Public methodCreateControlForces the creation of the control, including the creation of the handle and any child controls. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkCreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from Control.)
Public methodCreateGraphicsCreates the Graphics for the control. (Inherited from Control.)
Protected methodCreateHandleCreates a handle for the control. (Inherited from Control.)
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Protected methodDefWndProcSends the specified message to the default window procedure. (Inherited from Control.)
Protected methodDestroyHandleDestroys the handle associated with the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkDisposeOverloaded. Releases the resources used by the Component.
Public methodDoDragDropBegins a drag-and-drop operation. (Inherited from Control.)
Public methodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkEndInvokeRetrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalizeOverloaded.
Public methodFindFormRetrieves the form that the control is on. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkFocusSets input focus to the control. (Inherited from Control.)
Protected methodGetAccessibilityObjectByIdRetrieves the specified AccessibleObject. (Inherited from Control.)
Protected methodGetAutoSizeModeRetrieves a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.)
Public methodGetChildAtPointOverloaded. Retrieves the child control at a specified location.
Public methodGetContainerControlReturns the next ContainerControl up the control's chain of parent controls. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from Control.)
Public methodGetPreferredSize Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from ButtonBase.)
Protected methodSupported by the .NET Compact FrameworkGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from Control.)
Protected methodGetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Protected methodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from Control.)
Protected methodGetTopLevelDetermines if the control is a top-level control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkHideConceals the control from the user. (Inherited from Control.)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodInitLayoutCalled after the control has been added to another container. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkInvalidateOverloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control.
Public methodSupported by the .NET Compact FrameworkInvokeOverloaded. Executes a delegate on the thread that owns the control's underlying window handle.
Protected methodInvokeGotFocusRaises the GotFocus event for the specified control. (Inherited from Control.)
Protected methodInvokeLostFocusRaises the LostFocus event for the specified control. (Inherited from Control.)
Protected methodInvokeOnClickRaises the Click event for the specified control. (Inherited from Control.)
Protected methodInvokePaintRaises the Paint event for the specified control. (Inherited from Control.)
Protected methodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from Control.)
Protected methodIsInputCharDetermines if a character is an input character that the control recognizes. (Inherited from Control.)
Protected methodIsInputKeyDetermines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneOverloaded.
Protected methodNotifyInvalidateInfrastructure. Raises the Invalidated event with a specified region of the control to invalidate. (Inherited from Control.)
Protected methodOnAutoSizeChangedRaises the AutoSizeChanged event. (Inherited from Control.)
Protected methodOnBackColorChangedRaises the BackColorChanged event. (Inherited from Control.)
Protected methodOnBackgroundImageChangedRaises the BackgroundImageChanged event. (Inherited from Control.)
Protected methodOnBackgroundImageLayoutChangedRaises the BackgroundImageLayoutChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnBindingContextChangedRaises the BindingContextChanged event. (Inherited from Control.)
Protected methodOnCausesValidationChangedRaises the CausesValidationChanged event. (Inherited from Control.)
Protected methodOnChangeUICuesRaises the ChangeUICues event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnCheckedChanged Raises the CheckedChanged event.
Protected methodSupported by the .NET Compact FrameworkOnClickOverloaded.
Protected methodOnClientSizeChangedRaises the ClientSizeChanged event. (Inherited from Control.)
Protected methodOnContextMenuChangedRaises the ContextMenuChanged event. (Inherited from Control.)
Protected methodOnContextMenuStripChangedRaises the ContextMenuStripChanged event. (Inherited from Control.)
Protected methodOnControlAddedRaises the ControlAdded event. (Inherited from Control.)
Protected methodOnControlRemovedRaises the ControlRemoved event. (Inherited from Control.)
Protected methodOnCreateControlRaises the CreateControl method. (Inherited from Control.)
Protected methodOnCursorChangedRaises the CursorChanged event. (Inherited from Control.)
Protected methodOnDockChangedRaises the DockChanged event. (Inherited from Control.)
Protected methodOnDoubleClickRaises the DoubleClick event. (Inherited from Control.)
Protected methodOnDragDropRaises the DragDrop event. (Inherited from Control.)
Protected methodOnDragEnterRaises the DragEnter event. (Inherited from Control.)
Protected methodOnDragLeaveRaises the DragLeave event. (Inherited from Control.)
Protected methodOnDragOverRaises the DragOver event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnEnabledChangedOverloaded.
Protected methodOnEnterInfrastructure. Raises the Enter event. (Overrides Control..::.OnEnter(EventArgs).)
Protected methodOnFontChangedRaises the FontChanged event. (Inherited from Control.)
Protected methodOnForeColorChangedRaises the ForeColorChanged event. (Inherited from Control.)
Protected methodOnGiveFeedbackRaises the GiveFeedback event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnGotFocusOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnHandleCreatedOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnHandleDestroyedRaises the HandleDestroyed event. (Inherited from Control.)
Protected methodOnHelpRequestedRaises the HelpRequested event. (Inherited from Control.)
Protected methodOnImeModeChangedRaises the ImeModeChanged event. (Inherited from Control.)
Protected methodOnInvalidatedRaises the Invalidated event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyDownOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnKeyPressRaises the KeyPress event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyUpOverloaded.
Protected methodOnLayoutRaises the Layout event. (Inherited from Control.)
Protected methodOnLeaveRaises the Leave event. (Inherited from Control.)
Protected methodOnLocationChangedRaises the LocationChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnLostFocusOverloaded.
Protected methodOnMarginChangedRaises the MarginChanged event. (Inherited from Control.)
Protected methodOnMouseCaptureChangedRaises the MouseCaptureChanged event. (Inherited from Control.)
Protected methodOnMouseClickRaises the MouseClick event. (Inherited from Control.)
Protected methodOnMouseDoubleClickRaises the MouseDoubleClick event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnMouseDownOverloaded.
Protected methodOnMouseEnterInfrastructure. Raises the OnMouseEnter event. (Inherited from ButtonBase.)
Protected methodOnMouseHoverRaises the MouseHover event. (Inherited from Control.)
Protected methodOnMouseLeaveInfrastructure. Raises the OnMouseLeave event. (Inherited from ButtonBase.)
Protected methodSupported by the .NET Compact FrameworkOnMouseMoveOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnMouseUpOverloaded.
Protected methodOnMouseWheelRaises the MouseWheel event. (Inherited from Control.)
Protected methodOnMoveRaises the Move event. (Inherited from Control.)
Protected methodOnNotifyMessageNotifies the control of Windows messages. (Inherited from Control.)
Protected methodOnPaddingChangedRaises the PaddingChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnPaintOverloaded.
Protected methodOnPaintBackgroundPaints the background of the control. (Inherited from Control.)
Protected methodOnParentBackColorChangedRaises the BackColorChanged event when the BackColor property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentBackgroundImageChangedRaises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentBindingContextChangedRaises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnParentChangedOverloaded.
Protected methodOnParentCursorChangedRaises the CursorChanged event. (Inherited from Control.)
Protected methodOnParentEnabledChangedRaises the EnabledChanged event when the Enabled property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentFontChangedRaises the FontChanged event when the Font property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentForeColorChangedRaises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentRightToLeftChangedRaises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentVisibleChangedRaises the VisibleChanged event when the Visible property value of the control's container changes. (Inherited from Control.)
Protected methodOnPreviewKeyDownRaises the PreviewKeyDown event. (Inherited from Control.)
Protected methodOnPrintRaises the Paint event. (Inherited from Control.)
Protected methodOnQueryContinueDragRaises the QueryContinueDrag event. (Inherited from Control.)
Protected methodOnRegionChangedRaises the RegionChanged event. (Inherited from Control.)
Protected methodOnResizeRaises the Resize event. (Inherited from Control.)
Protected methodOnRightToLeftChangedRaises the RightToLeftChanged event. (Inherited from Control.)
Protected methodOnSizeChangedRaises the SizeChanged event. (Inherited from Control.)
Protected methodOnStyleChangedRaises the StyleChanged event. (Inherited from Control.)
Protected methodOnSystemColorsChangedRaises the SystemColorsChanged event. (Inherited from Control.)
Protected methodOnTabIndexChangedRaises the TabIndexChanged event. (Inherited from Control.)
Protected methodOnTabStopChangedRaises the TabStopChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnTextChangedOverloaded.
Protected methodOnValidatedRaises the Validated event. (Inherited from Control.)
Protected methodOnValidatingRaises the Validating event. (Inherited from Control.)
Protected methodOnVisibleChangedRaises the VisibleChanged event. (Inherited from ButtonBase.)
Public methodPerformClick Generates a Click event for the control, simulating a click by a user.
Public methodPerformLayoutOverloaded. Forces the control to apply layout logic to child controls.
Public methodSupported by the .NET Compact FrameworkPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from Control.)
Public methodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.)
Public methodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.)
Protected methodProcessCmdKeyProcesses a command key. (Inherited from Control.)
Protected methodProcessDialogCharProcesses a dialog character. (Inherited from Control.)
Protected methodProcessDialogKeyProcesses a dialog key. (Inherited from Control.)
Protected methodProcessKeyEventArgsProcesses a key message and generates the appropriate control events. (Inherited from Control.)
Protected methodProcessKeyMessageProcesses a keyboard message. (Inherited from Control.)
Protected methodProcessKeyPreviewPreviews a keyboard message. (Inherited from Control.)
Protected methodProcessMnemonicInfrastructure. Overrides the ProcessMnemonic method. (Overrides Control..::.ProcessMnemonic(Char).)
Protected methodRaiseDragEventRaises the appropriate drag event. (Inherited from Control.)
Protected methodRaiseKeyEventRaises the appropriate key event. (Inherited from Control.)
Protected methodRaiseMouseEventRaises the appropriate mouse event. (Inherited from Control.)
Protected methodRaisePaintEventRaises the appropriate paint event. (Inherited from Control.)
Protected methodRecreateHandleForces the re-creation of the handle for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from Control.)
Public methodResetBackColorResets the BackColor property to its default value. (Inherited from Control.)
Public methodResetBindingsCauses a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from Control.)
Public methodResetCursorResets the Cursor property to its default value. (Inherited from Control.)
Protected methodResetFlagsandPaintInfrastructure. Resets the Button control to the state before it is pressed and redraws it. (Inherited from ButtonBase.)
Public methodResetFontResets the Font property to its default value. (Inherited from Control.)
Public methodResetForeColorResets the ForeColor property to its default value. (Inherited from Control.)
Public methodResetImeModeResets the ImeMode property to its default value. (Inherited from Control.)
Protected methodResetMouseEventArgsInfrastructure. Resets the control to handle the MouseLeave event. (Inherited from Control.)
Public methodResetRightToLeftResets the RightToLeft property to its default value. (Inherited from Control.)
Public methodResetTextResets the Text property to its default value. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkResumeLayoutOverloaded. Resumes the usual layout logic.
Protected methodRtlTranslateAlignmentOverloaded. Converts the current alignment to the appropriate alignment to support right-to-left text.
Protected methodRtlTranslateContentConverts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Inherited from Control.)
Protected methodRtlTranslateHorizontalConverts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Inherited from Control.)
Protected methodRtlTranslateLeftRightConverts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkScaleOverloaded. Scales the control and any child controls.
Protected methodSupported by the .NET Compact FrameworkScaleControlScales a control's location, size, padding and margin. (Inherited from Control.)
Protected methodScaleCoreInfrastructure. This method is not relevant for this class. (Inherited from Control.)
Public methodSelectOverloaded. Activates a control.
Public methodSupported by the .NET Compact FrameworkSelectNextControlActivates the next control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkSendToBackSends the control to the back of the z-order. (Inherited from Control.)
Protected methodSetAutoSizeModeSets a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.)
Public methodSetBoundsOverloaded. Sets the bounds of the control.
Protected methodSetBoundsCorePerforms the work of setting the specified bounds of this control. (Inherited from Control.)
Protected methodSetClientSizeCoreSets the size of the client area of the control. (Inherited from Control.)
Protected methodSetStyleSets a specified ControlStyles flag to either true or false. (Inherited from Control.)
Protected methodSetTopLevelSets the control as the top-level control. (Inherited from Control.)
Protected methodSetVisibleCoreSets the control to the specified visible state. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkShowDisplays the control to the user. (Inherited from Control.)
Protected methodSizeFromClientSizeDetermines the size of the entire control from the height and width of its client area. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkToStringOverloaded.
Public methodSupported by the .NET Compact FrameworkUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from Control.)
Protected methodUpdateBoundsOverloaded. Updates the bounds of the control.
Protected methodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from Control.)
Protected methodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from Control.)
Protected methodWndProcProcesses Windows messages. (Inherited from ButtonBase.)
Top
  NameDescription
Public propertyAccessibilityObjectGets the AccessibleObject assigned to the control. (Inherited from Control.)
Public propertyAccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleRoleGets or sets the accessible role of the control (Inherited from Control.)
Public propertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from Control.)
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. (Inherited from Control.)
Public propertyAppearance Gets or sets a value determining the appearance of the RadioButton.
Public propertyAutoCheck Gets or sets a value indicating whether the Checked value and the appearance of the control automatically change when the control is clicked.
Public propertyAutoEllipsis Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the control, denoting that the control text extends beyond the specified length of the control. (Inherited from ButtonBase.)
Public propertyAutoScrollOffsetGets or sets where this control is scrolled to in ScrollControlIntoView. (Inherited from Control.)
Public propertyAutoSize Gets or sets a value that indicates whether the control resizes based on its contents. (Inherited from ButtonBase.)
Public propertySupported by the .NET Compact FrameworkBackColorOverloaded.
Public propertyBackgroundImageGets or sets the background image displayed in the control. (Inherited from Control.)
Public propertyBackgroundImageLayoutGets or sets the background image layout as defined in the ImageLayout enumeration. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkBindingContextGets or sets the BindingContext for the control. (Inherited from 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. (Inherited from Control.)
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. (Inherited from Control.)
Protected propertyCanEnableImeGets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Inherited from Control.)
Public propertyCanFocusGets a value indicating whether the control can receive focus. (Inherited from Control.)
Protected propertyCanRaiseEventsDetermines if events can be raised on the control. (Inherited from Control.)
Public propertyCanSelectGets a value indicating whether the control can be selected. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkCaptureGets or sets a value indicating whether the control has captured the mouse. (Inherited from Control.)
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. (Inherited from Control.)
Public propertyCheckAlign Gets or sets the location of the check box portion of the RadioButton.
Public propertySupported by the .NET Compact FrameworkChecked Gets or sets a value indicating whether the control is checked.
Public propertySupported by the .NET Compact FrameworkClientRectangleGets the rectangle that represents the client area of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkClientSizeGets or sets the height and width of the client area of the control. (Inherited from Control.)
Public propertyCompanyNameGets the name of the company or creator of the application containing the control. (Inherited from Control.)
Public propertyContainer Gets 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. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkContextMenuGets or sets the shortcut menu associated with the control. (Inherited from Control.)
Public propertyContextMenuStripGets or sets the ContextMenuStrip associated with this control. (Inherited from Control.)
Public propertyControlsGets the collection of controls contained within the control. (Inherited from Control.)
Public propertyCreatedGets a value indicating whether the control has been created. (Inherited from Control.)
Protected propertyCreateParamsInfrastructure. Overrides CreateParams. (Overrides ButtonBase..::.CreateParams.)
Public propertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkDataBindingsGets the data bindings for the control. (Inherited from Control.)
Protected propertyDefaultCursorGets or sets the default cursor for the control. (Inherited from Control.)
Protected propertyDefaultImeMode Gets the default Input Method Editor (IME) mode supported by this control. (Inherited from ButtonBase.)
Protected propertyDefaultMarginGets the space, in pixels, that is specified by default between controls. (Inherited from Control.)
Protected propertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from Control.)
Protected propertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from Control.)
Protected propertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control. (Inherited from Control.)
Protected propertyDefaultSize (Overrides ButtonBase..::.DefaultSize.)
Protected propertyDesignMode Gets 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. (Inherited from Control.)
Public propertyDisposingGets a value indicating whether the base Control class is in the process of disposing. (Inherited from Control.)
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. (Inherited from Control.)
Protected propertyDoubleBufferedGets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from Control.)
Protected propertySupported by the .NET Compact FrameworkEvents Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public propertyFlatAppearance Gets the appearance of the border and the colors used to indicate check state and mouse state. (Inherited from ButtonBase.)
Public propertyFlatStyle Gets or sets the flat style appearance of the button control. (Inherited from ButtonBase.)
Public propertySupported by the .NET Compact FrameworkFocusedGets a value indicating whether the control has input focus. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkFontGets or sets the font of the text displayed by the control. (Inherited from Control.)
Protected propertyFontHeightGets or sets the height of the font of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkForeColorGets or sets the foreground color of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkHandleGets the window handle that the control is bound to. (Inherited from Control.)
Public propertyHasChildrenGets a value indicating whether the control contains one or more child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkHeightGets or sets the height of the control. (Inherited from Control.)
Public propertyImage Gets or sets the image that is displayed on a button control. (Inherited from ButtonBase.)
Public propertyImageAlign Gets or sets the alignment of the image on the button control. (Inherited from ButtonBase.)
Public propertyImageIndex Gets or sets the image list index value of the image displayed on the button control. (Inherited from ButtonBase.)
Public propertyImageKey Gets or sets the key accessor for the image in the ImageList. (Inherited from ButtonBase.)
Public propertyImageList Gets or sets the ImageList that contains the Image displayed on a button control. (Inherited from ButtonBase.)
Public propertyImeModeInfrastructure. Gets or sets the Input Method Editor (IME) mode supported by this control. This property is not relevant for this class. (Inherited from ButtonBase.)
Protected propertyImeModeBase (Inherited from Control.)
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. (Inherited from Control.)
Public propertyIsAccessibleGets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from Control.)
Protected propertyIsDefault Gets or sets a value indicating whether the button control is the default button. (Inherited from ButtonBase.)
Public propertySupported by the .NET Compact FrameworkIsDisposedGets a value indicating whether the control has been disposed of. (Inherited from Control.)
Public propertyIsHandleCreatedGets a value indicating whether the control has a handle associated with it. (Inherited from Control.)
Public propertyIsMirroredGets a value indicating whether the control is mirrored. (Inherited from Control.)
Public propertyLayoutEngineGets a cached instance of the control's layout engine. (Inherited from Control.)
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. (Inherited from Control.)
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. (Inherited from Control.)
Public propertyMarginGets or sets the space between controls. (Inherited from Control.)
Public propertyMaximumSizeGets or sets the size that is the upper limit that GetPreferredSize can specify. (Inherited from Control.)
Public propertyMinimumSizeGets or sets the size that is the lower limit that GetPreferredSize can specify. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkNameGets or sets the name of the control. (Inherited from Control.)
Public propertyPaddingGets or sets padding within the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkParentGets or sets the parent container of the control. (Inherited from Control.)
Public propertyPreferredSizeGets the size of a rectangular area into which the control can fit. (Inherited from Control.)
Public propertyProductNameGets the product name of the assembly containing the control. (Inherited from Control.)
Public propertyProductVersionGets the version of the assembly containing the control. (Inherited from Control.)
Public propertyRecreatingHandleGets a value indicating whether the control is currently re-creating its handle. (Inherited from Control.)
Public propertyRegionGets or sets the window region associated with the control. (Inherited from Control.)
Protected propertyRenderRightToLeft Obsolete. This property is now obsolete. (Inherited from Control.)
Protected propertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized. (Inherited from Control.)
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. (Inherited from Control.)
Public propertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from Control.)
Protected propertySupported by the .NET Compact FrameworkScaleChildrenGets a value that determines the scaling of child controls. (Inherited from Control.)
Protected propertyShowFocusCuesGets a value indicating whether the control should display focus rectangles. (Inherited from Control.)
Protected propertyShowKeyboardCuesGets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkSiteOverloaded.
Public propertySupported by the .NET Compact FrameworkSizeGets or sets the height and width of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTabIndexGets or sets the tab order of the control within its container. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTabStopOverloaded.
Public propertySupported by the .NET Compact FrameworkTagGets or sets the object that contains data about the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTextOverloaded.
Public propertyTextAlignInfrastructure. Gets or sets the alignment of the text on the RadioButton control. (Overrides ButtonBase..::.TextAlign.)
Public propertyTextImageRelation Gets or sets the position of text and image relative to each other. (Inherited from ButtonBase.)
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. (Inherited from Control.)
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. (Inherited from Control.)
Public propertyUseCompatibleTextRendering Gets or sets a value that determines whether to use the Graphics class (GDI+) or the TextRenderer class (GDI) to render text. (Inherited from ButtonBase.)
Public propertyUseMnemonic Gets or sets a value indicating whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Inherited from ButtonBase.)
Public propertyUseVisualStyleBackColor Gets or sets a value that determines if the background is drawn using visual styles, if supported. (Inherited from ButtonBase.)
Public propertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkWidthGets or sets the width of the control. (Inherited from Control.)
Public propertyWindowTargetInfrastructure. This property is not relevant for this class. (Inherited from Control.)
Top
  NameDescription
Public eventAppearanceChanged Occurs when the Appearance property value changes.
Public eventAutoSizeChanged Occurs when the value of the AutoSize property changes. (Inherited from ButtonBase.)
Public eventBackColorChangedOccurs when the value of the BackColor property changes. (Inherited from Control.)
Public eventBackgroundImageChangedOccurs when the value of the BackgroundImage property changes. (Inherited from Control.)
Public eventBackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes. (Inherited from Control.)
Public eventBindingContextChangedOccurs when the value of the BindingContext property changes. (Inherited from Control.)
Public eventCausesValidationChangedOccurs when the value of the CausesValidation property changes. (Inherited from Control.)
Public eventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkCheckedChanged Occurs when the value of the Checked property changes.
Public eventSupported by the .NET Compact FrameworkClickOccurs when the control is clicked. (Inherited from Control.)
Public eventClientSizeChangedOccurs when the value of the ClientSize property changes. (Inherited from Control.)
Public eventContextMenuChangedOccurs when the value of the ContextMenu property changes. (Inherited from Control.)
Public eventContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. (Inherited from Control.)
Public eventControlAddedOccurs when a new control is added to the Control..::.ControlCollection. (Inherited from Control.)
Public eventControlRemovedOccurs when a control is removed from the Control..::.ControlCollection. (Inherited from Control.)
Public eventCursorChangedOccurs when the value of the Cursor property changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkDisposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public eventDockChangedOccurs when the value of the Dock property changes. (Inherited from Control.)
Public eventDoubleClickOverloaded.
Public eventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from Control.)
Public eventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from Control.)
Public eventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from Control.)
Public eventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkEnabledChangedOccurs when the Enabled property value has changed. (Inherited from Control.)
Public eventEnterOccurs when the control is entered. (Inherited from Control.)
Public eventFontChangedOccurs when the Font property value changes. (Inherited from Control.)
Public eventForeColorChangedOccurs when the ForeColor property value changes. (Inherited from Control.)
Public eventGiveFeedbackOccurs during a drag operation. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkGotFocusOccurs when the control receives focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkHandleCreatedOccurs when a handle is created for the control. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkHandleDestroyedOccurs when the control's handle is in the process of being destroyed. (Inherited from Control.)
Public eventHelpRequestedOccurs when the user requests help for a control. (Inherited from Control.)
Public eventImeModeChangedOverloaded.
Public eventInvalidatedOccurs when a control's display requires redrawing. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyDownOccurs when a key is pressed while the control has focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyPressOccurs when a key is pressed while the control has focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyUpOccurs when a key is released while the control has focus. (Inherited from Control.)
Public eventLayoutOccurs when a control should reposition its child controls. (Inherited from Control.)
Public eventLeaveOccurs when the input focus leaves the control. (Inherited from Control.)
Public eventLocationChangedOccurs when the Location property value has changed. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkLostFocusOccurs when the control loses focus. (Inherited from Control.)
Public eventMarginChangedOccurs when the control's margin changes. (Inherited from Control.)
Public eventMouseCaptureChangedOccurs when the control loses or gains mouse capture. (Inherited from Control.)
Public eventMouseClickOccurs when the control is clicked by the mouse. (Inherited from Control.)
Public eventMouseDoubleClickInfrastructure. Occurs when the user double-clicks the RadioButton control with the mouse.
Public eventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from Control.)
Public eventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from Control.)
Public eventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from Control.)
Public eventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from Control.)
Public eventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from Control.)
Public eventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from Control.)
Public eventMouseWheelOccurs when the mouse wheel moves while the control has focus. (Inherited from Control.)
Public eventMoveOccurs when the control is moved. (Inherited from Control.)
Public eventPaddingChangedOccurs when the control's padding changes. (Inherited from Control.)
Public eventPaintOccurs when the control is redrawn. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkParentChangedOccurs when the Parent property value changes. (Inherited from Control.)
Public eventPreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. (Inherited from Control.)
Public eventQueryAccessibilityHelpOccurs when AccessibleObject is providing help to accessibility applications. (Inherited from Control.)
Public eventQueryContinueDragOccurs 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.)
Public eventRegionChangedOccurs when the value of the Region property changes. (Inherited from Control.)
Public eventResizeOccurs when the control is resized. (Inherited from Control.)
Public eventRightToLeftChangedOccurs when the RightToLeft property value changes. (Inherited from Control.)
Public eventSizeChangedOccurs when the Size property value changes. (Inherited from Control.)
Public eventStyleChangedOccurs when the control style changes. (Inherited from Control.)
Public eventSystemColorsChangedOccurs when the system colors change. (Inherited from Control.)
Public eventTabIndexChangedOccurs when the TabIndex property value changes. (Inherited from Control.)
Public eventTabStopChangedOccurs when the TabStop property value changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkTextChangedOccurs when the Text property value changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkValidatedOccurs when the control is finished validating. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkValidatingOccurs when the control is validating. (Inherited from Control.)
Public eventVisibleChangedOccurs when the Visible property value changes. (Inherited from Control.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragDropInfrastructure. Raises the DragDrop event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragEnterInfrastructure. Raises the DragEnter event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragLeaveInfrastructure. Raises the DragLeave event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragOverInfrastructure. Raises the DragOver event. (Inherited from Control.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker