Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonControlHost Class / SaveControlHostProperties Method

In This Topic
    SaveControlHostProperties Method (RibbonControlHost)
    In This Topic
    Saves properties of an RibbonControlHost 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