|
|
|
|
GetContents Method, SftTabs Class |
Returns the contents of the control in an XML document.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Shared Function GetContents( _ |
C# |
public static XmlDocument GetContents( |
C++ |
public: static XmlDocument^ GetContents( |
contents
Defines processing options.
Value |
Description |
|
0 | No data is transferred. | |
1 | Tab contents are saved/loaded. | |
256 | All control property definitions are saved/loaded. | |
65535 | All definitions are saved/loaded. |
SftTabsControl
Defines the SftTabs/NET control whose contents are to be retrieved.
Return Value
An XML document containing the requested contents.
Comments
The GetContents method returns the contents of the control in an XML document.
Saving/loading the tab control contents using GetContents/SetContents saves/loads all data of the specified category (contents parameter).