\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ListCodeDomSerializer Class / IsSerialized Method / IsSerialized(IDesignerSerializationManager,Object,Boolean) Method

In This Topic
    IsSerialized(IDesignerSerializationManager,Object,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Function IsSerialized( _
       ByVal manager As System.ComponentModel.Design.Serialization.IDesignerSerializationManager, _
       ByVal value As System.Object, _
       ByVal honorPreset As System.Boolean _
    ) As System.Boolean
    protected System.bool IsSerialized( 
       System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager,
       System.object value,
       System.bool honorPreset
    )

    Parameters

    manager
    value
    honorPreset
    See Also