ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ShouldSerializeContentHeight Method

In This Topic
    ShouldSerializeContentHeight Method (C1Combo)
    In This Topic
    Indicates whether the ContentHeight has a default value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeContentHeight() As Boolean
    protected virtual bool ShouldSerializeContentHeight()

    Return Value

    True if the ContentHeight has no default value; otherwise, it is false.
    See Also