v1.2
This commit is contained in:
8
AutoCompleteTextBox/Enumerations.cs
Normal file
8
AutoCompleteTextBox/Enumerations.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace AutoCompleteTextBox
|
||||
{
|
||||
public enum IconPlacement
|
||||
{
|
||||
Left,
|
||||
Right
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user