Share via


AutoSuggestBoxHelper.GetKeepInteriorCornersSquare(AutoSuggestBox) Method

Definition

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

public:
 static bool GetKeepInteriorCornersSquare(AutoSuggestBox ^ autoSuggestBox);
 static bool GetKeepInteriorCornersSquare(AutoSuggestBox const& autoSuggestBox);
public static bool GetKeepInteriorCornersSquare(AutoSuggestBox autoSuggestBox);
function getKeepInteriorCornersSquare(autoSuggestBox)
Public Shared Function GetKeepInteriorCornersSquare (autoSuggestBox As AutoSuggestBox) As Boolean

Parameters

autoSuggestBox
AutoSuggestBox

The control associated with the AutoSuggestBoxHelper.

Returns

Boolean

bool

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

Applies to

See also