[]
Represents the FarPoint button control with multiple options.
public class FpMultiOption : ControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class FpMultiOption
Inherits ControlBase
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| FpMultiOption() | Creates a new multiple option button control. |
| Name | Description |
|---|---|
| DEFAULT_PICTURE_HEIGHT | Default picture (image) height. |
| DEFAULT_PICTURE_WIDTH | Default picture (image) width. |
| theme | Internal use only. Visual style theme. |
| Name | Description |
|---|---|
| BackgroundImage | Gets or sets the background image to use for the options button control. |
| Compact | Gets or Sets the Compact of the mutil option cellType. |
| HorizontalAlignment | Gets or sets how the option buttons are aligned horizontally. |
| ItemData | Gets or sets the item data list. |
| List | Gets or sets the list of the individual option buttons. |
| Orientation | Gets or sets how the multiple option buttons are oriented. |
| Picture | Gets or sets the pictures used for the different states of the option buttons. |
| PictureHeight | Gets or sets the height of the picture (image) in the control. |
| PictureWidth | Gets or sets the width of the picture (image) in the control. |
| TextAlign | Gets or sets how text is aligned relative to the picture. |
| UseMnemonic | Gets or sets whether special (shortcut) keys can be used to select items. |
| Value | Gets or sets the currently selected option from the multiple option buttons. |
| VerticalAlignment | Gets or sets how the option buttons are aligned vertically. |
| VisualStyles | Gets or sets whether to use visual styles. |
| Name | Description |
|---|---|
| AfterFocus | Occurs after the control receives focus. |
| ValueChanged | Occurs when the user selects a different option (the value changes). |