The RoundButton type exposes the following members.
Properties
Name | Description | |
---|---|---|
Appearance |
Gets or sets the appearance of the RoundButton.
| |
AutoEllipsis |
Gets or sets a value enabling the authomatic handling of text that extends beyond the width of the button.
| |
AutoScroll | Obsolete.
This property is not not used.
(Overrides ScrollableControl..::..AutoScroll.) | |
AutoScrollMargin | Obsolete.
This property is not not used.
| |
AutoScrollMinSize | Obsolete.
This property is not not used.
| |
AutoScrollOffset | Obsolete.
This property is not not used.
(Overrides Control..::..AutoScrollOffset.) | |
BackColor | Obsolete.
This property is not not used. To set background colors, use the RoundButton.Appearance property.
(Overrides Control..::..BackColor.) | |
BackgroundImage | Obsolete.
This property is not not used. To set an image, use RoundButton.Image, RoundButton.ImageList and
RoundButton.ImageIndex properties
(Overrides Control..::..BackgroundImage.) | |
BackgroundImageLayout | Obsolete.
This property is not not used.
(Overrides Control..::..BackgroundImageLayout.) | |
BorderStyle |
Gets or sets the border style of the RoundButton.
| |
Checked |
Gets or sets a value indicating whether this RoundButton is in the checked state.
| |
DialogResult |
Gets or sets the value returned to the parent form when the button is clicked.
| |
Image |
Gets or sets the image that will be displayed on the control.
| |
ImageAlign |
Gets or sets the alignment of the image that will be displayed on the control.
| |
ImageIndex |
Gets or sets the index of the image in the RoundButton.ImageList to display on the control.
| |
ImageList |
Gets or sets the ImageList to get the image to display on the control.
| |
State |
Gets the state of the RoundButton.
| |
Style |
Gets or sets the style of the RoundButton.
| |
Text | Gets or sets the text associated with this control. (Overrides UserControl..::..Text.) | |
TextAlign |
Gets or sets the alignment of the text that will be displayed on the control.
| |
TextImageRelation |
Gets or sets the value, specifying the relative location of the image to the text on the button.
| |
Theme |
Gets or sets the theme.
| |
UseMnemonic |
Gets or sets a value indicating whether the first character preceded by an ampersand (&) will be used as the button's mnemonic key.
|