Specialized ComboBox editor for internal application sounds. Renders non-editable list with a Play button in item template. More...
Public Member Functions | |
| SoundComboBoxEditorAttribute () | |
| Create sound combo editor. ItemsSource will be supplied by editor behavior. | |
| SoundComboBoxEditorAttribute (Type itemsSource) | |
| Create sound combo editor with custom source type. | |
Public Member Functions inherited from OFT.Attributes.Editors.ComboBoxEditorAttribute | |
| ComboBoxEditorAttribute (params object[] itemsSource) | |
| Configure ComboBox editor attribute. | |
| ComboBoxEditorAttribute (Type typeSource) | |
| Configure ComboBox editor attribute. | |
| IEnumerable | GetItemsSource (object instance) |
Additional Inherited Members | |
Properties inherited from OFT.Attributes.Editors.ComboBoxEditorAttribute | |
| string | DisplayMember [get, set] |
| Gets or sets a member name in the bound data source whose values are displayed by the editor. | |
| string | ValueMember [get, set] |
| Gets or sets a member name in the bound data source, whose values are assigned to item values. | |
| object[] | ItemsSource [get, set] |
| Get or set data source for selection. | |
| bool | IsTextEditable [get, set] |
| Gets or sets whether end-users are allowed to edit the text displayed in the edit box. | |
| bool | AutoComplete [get, set] |
| Gets or sets whether the automatic completion is enabled. | |
| bool | SelectItemWithNullValue [get, set] |
| Gets or sets whether the editor searches for a null item in the bound data source when the editor value is null (empty). | |
Specialized ComboBox editor for internal application sounds. Renders non-editable list with a Play button in item template.
| OFT.Attributes.Editors.SoundComboBoxEditorAttribute.SoundComboBoxEditorAttribute | ( | ) |
Create sound combo editor. ItemsSource will be supplied by editor behavior.
| OFT.Attributes.Editors.SoundComboBoxEditorAttribute.SoundComboBoxEditorAttribute | ( | Type | itemsSource | ) |
Create sound combo editor with custom source type.