PropertyListHeader
Constructor( ItemText as String, AppendTo as GraffitiPropertyList )
Dim h as new PropertyListHeader( “Test”, GraffitiPropertyList1 )
Events
This class exposes no events.
Methods
RemoveChild( Name as String, Value as String ) as Boolean
Allows the user to remove the child of a header if they know both the name and value. Returns True if successful.
Properties
Children() as PropertyListChild
The children which belong to the PropertListHeader.
Text as String
The text of the header.