| 
 | 
 | 
 | 
| 
        | SetContents Method, SftTabs Class | 
Updates the control with data from an XML document.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
| VB | Public Shared Sub SetContents( _ | 
| C# | public static  void SetContents(  | 
| C++ | public: static void SetContents(  | 
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. | 
doc
The XML document.
SftTabsControl
Defines the SftTabs/NET control to be updated.
Comments
The SetContents method updates the control with data from an XML document.
Saving/loading the tab control contents using GetContents/SetContents saves/loads all data of the specified category (contents parameter).