Serialize Method (GroupBarInfo)
Saves the group bar information to XML.
public bool Serialize(
XmlTextWriter
)
'Declaration
Public Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As GroupBarInfo
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
Parameters
- w
- XmlTextWriter object used to save the object
Return Value
true if successful; false otherwise