<div id="HeaderDIV" style="background-color:#FF9900;height:42px;padding:6px;">
        <span style="font-size:10px; color:gray;">APNSoft Controls [4.0.0.0]</span>
        <br/>
        <b>Customization</b>
    </div>

    <div id="MainDataDIV">
        
        <br />
        Customizing the look-and-feel of APNSoft control is accomplished through the following steps:

        <ol>
        <li><b>Specifying the XML Structure or Data Source.</b>
            <br/><br/>
            The control like a Menu or TreeView uses XML for defining structure since XML is the most 
            convenient format for structured data. You can save the XML structure as a file and bind 
            the control by specifying the <b>StructureFileURL</b> property. Also, you can set the 
            <b>DataSource</b> property to specify a source of data and call the <b>DataBind()</b> method. 
            <br />
            ...
        </li>
        
        
        <li><b>Applying the Skin.</b>
            <br/><br/>
            A Skin is a folder with CSS Style and a set of graphic files that determine the way the 
            control is going to look. A CSS Style consists of predefined classes. You use the 
            <b>SkinFolder</b> property to link the control with Skin. 
            The collection of ready-to-use skins is included in installer. 
            Each component has a default Skin to see the result immediately.
            <br />
            ...
        </li>

        </ol>

    </div>