Element FieldControlContext Property NFX Class Library

[This is preliminary documentation and is subject to change.]

References control context for which element painting is done, may be null. Part renderers may need control context to paint additional features like changed borders (when mofified etc.).

Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IFieldControlContext FieldControlContext { get; set; }

Property Value

Type: IFieldControlContext
See Also