Share via


ComboBoxHelper.SetKeepInteriorCornersSquare(ComboBox, Boolean) Method

Definition

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

 static void SetKeepInteriorCornersSquare(ComboBox const& comboBox, bool const& value);
public static void SetKeepInteriorCornersSquare(ComboBox comboBox, bool value);
function setKeepInteriorCornersSquare(comboBox, 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