Share via


AutoSuggestBoxHelper.SetKeepInteriorCornersSquare Method

Definition

Sets whether the interior corners of the AutoSuggestBoxHelper popup are square instead of rounded.

public:
 static void SetKeepInteriorCornersSquare(AutoSuggestBox ^ autoSuggestBox, bool value);
 static void SetKeepInteriorCornersSquare(AutoSuggestBox const& autoSuggestBox, bool const& value);
public static void SetKeepInteriorCornersSquare(AutoSuggestBox autoSuggestBox, bool value);
function setKeepInteriorCornersSquare(autoSuggestBox, value)
Public Shared Sub SetKeepInteriorCornersSquare (autoSuggestBox As AutoSuggestBox, value As Boolean)

Parameters

autoSuggestBox
AutoSuggestBox

The control associated with the AutoSuggestBoxHelper.

value
Boolean

bool

True, if the interior corners are set to square. Otherwise, false. The default is false.

Applies to

See also