company logo

ControlContext :: setControlProperty - Change value for generic control property

Depending on the control style, different generic control properties are supported. The function allows changing the current settings for the control property requested in sProperty by setting the new value as passed in sValue.When the property is not defined for the control type the control context is associated with, the function throws an exception.

Control properties supported by different control styles are listed in the style reference.

Implementation details

ControlContext  :: setControlProperty ( odaba::String &sProperty, odaba::String &sValue )
  • sProperty - Property name

    The property name refers to a named property of any object. It is passed as odaba::String.

  • sValue - String value