Loading...
Searching...
No Matches
OFT.Attributes.Editors.SoundComboBoxEditorAttribute Class Reference

Specialized ComboBox editor for internal application sounds. Renders non-editable list with a Play button in item template. More...

Inheritance diagram for OFT.Attributes.Editors.SoundComboBoxEditorAttribute:
[legend]
Collaboration diagram for OFT.Attributes.Editors.SoundComboBoxEditorAttribute:
[legend]

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).
 

Detailed Description

Specialized ComboBox editor for internal application sounds. Renders non-editable list with a Play button in item template.

Constructor & Destructor Documentation

◆ SoundComboBoxEditorAttribute() [1/2]

OFT.Attributes.Editors.SoundComboBoxEditorAttribute.SoundComboBoxEditorAttribute ( )

Create sound combo editor. ItemsSource will be supplied by editor behavior.

◆ SoundComboBoxEditorAttribute() [2/2]

OFT.Attributes.Editors.SoundComboBoxEditorAttribute.SoundComboBoxEditorAttribute ( Type  itemsSource)

Create sound combo editor with custom source type.


The documentation for this class was generated from the following file: