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

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

    Parameters

    node
    See Also