Enum AutoCompleteBorderTypes
Specifies the border types that can be assigned to the AutoComplete popup control.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum AutoCompleteBorderTypes
Remarks
You can set this value through the designer for the BorderType property.
Fields
Name | Description |
---|---|
Fixed | The popup control's border will be fixed and the user will not be able to resize it. |
Sizable | The popup control's border will be sizable and the user will be able to resize it by grabbing its bottom right corner. |