ComboBoxHelper.SetKeepInteriorCornersSquare(ComboBox, Boolean) Method

Definition

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

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

 static void SetKeepInteriorCornersSquare(ComboBox const& comboBox, bool const& value);
public static void SetKeepInteriorCornersSquare(ComboBox comboBox, bool value);
Public Shared Sub SetKeepInteriorCornersSquare (comboBox As ComboBox, value As Boolean)

Parameters

comboBox
ComboBox

The control associated with the ComboBoxHelper.

value
Boolean

bool

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

Applies to

See also