FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonControlHost Class / LoadControlHostProperties Method

In This Topic
    LoadControlHostProperties Method (RibbonControlHost)
    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