RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

TextComboBoxControlSetup..::..LoadFromEnum<(Of <(<'T>)>)> Method

Loads from an enum. Uses each enum item's Description attribute as the combo box item text.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public void LoadFromEnum<T>()
where T : Enum
Public Sub LoadFromEnum(Of T As Enum)
public:
generic<typename T>
where T : Enum
void LoadFromEnum()

Type Parameters

T
An enum