InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputFlowPanel Class / ShouldSerializeItems Method

In This Topic
    ShouldSerializeItems Method (InputFlowPanel)
    In This Topic
    Specifies whether to save the value of the Items property.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeItems() As Boolean
    protected bool ShouldSerializeItems()

    Return Value

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