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

In This Topic
    LoadControlHostProperties Method
    In This Topic
    Loads properties of an RibbonControlHost from the specified XmlNode.
    Syntax
    'Declaration
     
    Protected Overridable Sub LoadControlHostProperties( _
       ByVal node As System.Xml.XmlNode _
    ) 
    protected virtual void LoadControlHostProperties( 
       System.Xml.XmlNode node
    )

    Parameters

    node
    See Also