[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.ElementsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public IFieldControlContext FieldControlContext { get; set; }
public IFieldControlContext FieldControlContext { get; set; }
Public Property FieldControlContext As IFieldControlContext
Get
Set
Public Property FieldControlContext As IFieldControlContext
Get
Set
public:
property IFieldControlContext^ FieldControlContext {
IFieldControlContext^ get ();
void set (IFieldControlContext^ value);
}
public:
property IFieldControlContext^ FieldControlContext {
IFieldControlContext^ get ();
void set (IFieldControlContext^ value);
}
member FieldControlContext : IFieldControlContext with get, set
member FieldControlContext : IFieldControlContext with get, set
Property Value
Type:
IFieldControlContext