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