ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1DropDownEditorBase Class / ShouldSerializeDropDownWidth Method

In This Topic
    ShouldSerializeDropDownWidth Method (C1DropDownEditorBase)
    In This Topic
    Specifies whether to save the value of the 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