ControlPropertyConvertFrom Method  | 
 
            Convert a value from the control widget into one suitable for this control property.
            
 
    Namespace: 
   Demo3D.ControlPanel
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxprotected virtual Object ConvertFrom(
	Object value
)
Parameters
- value
 - Type: SystemObject
The value to convert. 
Return Value
Type: 
ObjectThe converted value, or null if conversion isn't possible.
See Also