ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / SaveControlHostProperties Method

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

    Parameters

    writer
    See Also