Public Function HasBackColorProps(c As Control) As Boolean
Does this control have a .BackColor property ?
Check for specific control properties
Does this control have a .BackColor property ?
Does this control have a .ControlSource property ?
Return true if the object has the property
Does this control have a .RowSource property ?
Does this control have a .SourceObject property ?
Is the variant a control object?
Is this a data control (has control source or is a subform) ?
Is the object a temporary object?
Is the object part of the extension framwork ?
Set the control value to its default value, or null if it has no default value.