company logo

GUIResource :: context - Context property

Usually, fonts are created and manipulated within the context of a GUI resource. The related GUI resource is referenced by the context property ( ControlContext ) for the font.

Return value:  Control context ( odabagui::ControlContext & )

ControlContext classes are created for field ( ADK_Field ) as well as for control ( ADK_FieldControl ) resources.

When referring a field resource, the field context will overload the context implemented for the subordinated field control (control context).

Implementation details