[]
Internal use only. Reconstructs control base data.
protected void ReconstructControlBaseData(XmlNodeReader r)
Protected Sub ReconstructControlBaseData(r As XmlNodeReader)
Type | Name | Description |
---|---|---|
XmlNodeReader | r |
Reconstructs the control base data saved with SaveControlBaseData method.
protected void ReconstructControlBaseData(SerializationInfo info, StreamingContext context)
Protected Sub ReconstructControlBaseData(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The info. |
StreamingContext | context | The context. |