C# Class AODL.Document.Forms.Controls.ODFControlRef

Inheritance: IContent
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Protected Properties

Property Type Description
_Document IDocument
_node System.Xml.XmlNode

Public Methods

Method Description
ODFControlRef ( IDocument doc, XmlNode node ) : System
ODFControlRef ( IDocument doc, string draw_control ) : System
ODFControlRef ( IDocument doc, string draw_control, string x, string y, string width, string height ) : System

Method Details

ODFControlRef() public method

public ODFControlRef ( IDocument doc, XmlNode node ) : System
doc IDocument
node System.Xml.XmlNode
return System

ODFControlRef() public method

public ODFControlRef ( IDocument doc, string draw_control ) : System
doc IDocument
draw_control string
return System

ODFControlRef() public method

public ODFControlRef ( IDocument doc, string draw_control, string x, string y, string width, string height ) : System
doc IDocument
draw_control string
x string
y string
width string
height string
return System

Property Details

_Document protected property

protected IDocument _Document
return IDocument

_node protected property

protected XmlNode,System.Xml _node
return System.Xml.XmlNode