Changes between Version 1 and Version 2 of documentation/C++Manual/Controls/Form

Show
Ignore:
Author:
peterc (IP: 203.96.63.172)
Timestamp:
02/14/08 14:10:56 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/C++Manual/Controls/Form

    v1 v2  
    193193}}} 
    194194 
     195=== Applying properties === 
     196 
     197See the [wiki:documentation/StyleGuide style guide] for documentation on applying properties to a range control. 
     198 
    195199== Data-driven drop-down select box == 
    196200 
    205209}}} 
    206210 
     211=== Applying properties === 
     212 
     213See the [wiki:documentation/StyleGuide style guide] for documentation on applying properties to a range control. 
     214 
    207215== Range slider == 
    208216 
    213221=== Applying properties === 
    214222 
    215 The range control generates [wiki:documentation/C++Manual/HiddenElements hidden elements] similarly to the [wiki:documentation/C++Manual/Scrollbars scrollbars]. The elements it generates are: 
    216  * ''sliderarrowdec'' 
    217  * ''sliderarrowinc'' 
    218  * ''slidertrack'' 
    219  * ''sliderbar'' 
    220  
    221 See the documentation on [wiki:documentation/C++Manual/Scrollbars#ApplyingRCSSproperties configuring scrollbars] for more information on controlling the size and decoration of the elements of the range control. 
     223See the [wiki:documentation/StyleGuide style guide] for documentation on applying properties to a range control. 
    222224 
    223225== Form container ==