InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / SaveControlHostProperties Method

In This Topic
    SaveControlHostProperties Method (InputControlHost)
    In This Topic
    Saves properties of an InputControlHost to XML using the specified XmlWriter.
    Syntax
    'Declaration
     
    Protected Overridable Sub SaveControlHostProperties( _
       ByVal writer As XmlWriter _
    ) 
    protected virtual void SaveControlHostProperties( 
       XmlWriter writer
    )

    Parameters

    writer
    See Also