The RoundButton type exposes the following members.

Properties

  NameDescription
Public propertyAppearance
Gets or sets the appearance of the RoundButton.
Public propertyAutoEllipsis
Gets or sets a value enabling the authomatic handling of text that extends beyond the width of the button.
Public propertyAutoScroll Obsolete.
This property is not not used.
(Overrides ScrollableControl..::..AutoScroll.)
Public propertyAutoScrollMargin Obsolete.
This property is not not used.
Public propertyAutoScrollMinSize Obsolete.
This property is not not used.
Public propertyAutoScrollOffset Obsolete.
This property is not not used.
(Overrides Control..::..AutoScrollOffset.)
Public propertyBackColor Obsolete.
This property is not not used. To set background colors, use the RoundButton.Appearance property.
(Overrides Control..::..BackColor.)
Public propertyBackgroundImage Obsolete.
This property is not not used. To set an image, use RoundButton.Image, RoundButton.ImageList and RoundButton.ImageIndex properties
(Overrides Control..::..BackgroundImage.)
Public propertyBackgroundImageLayout Obsolete.
This property is not not used.
(Overrides Control..::..BackgroundImageLayout.)
Public propertyBorderStyle
Gets or sets the border style of the RoundButton.
Public propertyChecked
Gets or sets a value indicating whether this RoundButton is in the checked state.
Public propertyDialogResult
Gets or sets the value returned to the parent form when the button is clicked.
Public propertyImage
Gets or sets the image that will be displayed on the control.
Public propertyImageAlign
Gets or sets the alignment of the image that will be displayed on the control.
Public propertyImageIndex
Gets or sets the index of the image in the RoundButton.ImageList to display on the control.
Public propertyImageList
Gets or sets the ImageList to get the image to display on the control.
Public propertyState
Gets the state of the RoundButton.
Public propertyStyle
Gets or sets the style of the RoundButton.
Public propertyText
Gets or sets the text associated with this control.
(Overrides UserControl..::..Text.)
Public propertyTextAlign
Gets or sets the alignment of the text that will be displayed on the control.
Public propertyTextImageRelation
Gets or sets the value, specifying the relative location of the image to the text on the button.
Public propertyTheme
Gets or sets the theme.
Public propertyUseMnemonic
Gets or sets a value indicating whether the first character preceded by an ampersand (&) will be used as the button's mnemonic key.

See Also