Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / ShouldSerializeDropDownWidth Method

In This Topic
    ShouldSerializeDropDownWidth Method (C1ComboBox)
    In This Topic
    Specifies whether to save the value of the C1.Win.Input.Base.C1DropDownControlBase.DropDownWidth property.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeDropDownWidth() As Boolean
    protected virtual bool ShouldSerializeDropDownWidth()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also