Property | Type | Description | |
---|---|---|---|
xmlLoader | XmlLoader |
Method | Description | |
---|---|---|
XmlUserControl ( ) : System | ||
XmlUserControl ( string fileName ) : System |
Creates a new instance
|
Method | Description | |
---|---|---|
SetupFromXml ( string fileName ) : void | ||
SetupFromXmlStream ( Stream stream ) : void | ||
SetupXmlLoader ( ) : void |
protected SetupFromXml ( string fileName ) : void | ||
fileName | string | |
return | void |
protected SetupFromXmlStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public XmlUserControl ( string fileName ) : System | ||
fileName | string | /// Name of the xml file which defines this user control. /// |
return | System |