ComboBoxHelper.SetKeepInteriorCornersSquare(ComboBox, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.