프로퍼티 | 타입 | 설명 | |
---|---|---|---|
xmlLoader | XmlLoader |
메소드 | 설명 | |
---|---|---|
XmlUserControl ( ) : System | ||
XmlUserControl ( string fileName ) : System |
Creates a new instance
|
메소드 | 설명 | |
---|---|---|
SetupFromXml ( string fileName ) : void | ||
SetupFromXmlStream ( Stream stream ) : void | ||
SetupXmlLoader ( ) : void |
protected SetupFromXmlStream ( Stream stream ) : void | ||
stream | Stream | |
리턴 | void |
public XmlUserControl ( string fileName ) : System | ||
fileName | string | /// Name of the xml file which defines this user control. /// |
리턴 | System |