RoundComboBoxShouldSerializeDropDownBorderWidth Method

Indicates whether the DropDownBorderWidth property should be persisted in Visual Studio designer's automatically generated code.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
protected bool ShouldSerializeDropDownBorderWidth()

Return Value

Boolean
true if the property value has changed from its default; otherwise, false.

See Also