Version

IButtonFactoryPlugIn Interface

Factory interface that creates ITBarButton implementations.
Syntax
'Declaration
 
Public Interface IButtonFactoryPlugIn 
public interface IButtonFactoryPlugIn 
Remarks

If your application subclasses TBarButton and adds instances of this subclass to UltraWebToolbar, then you should provide an implementation of this interface to the containing UltraWebToolbar. This permits the Control to create instances of your subclass when necessary to provide serialization and design-time support without having to know explicit details of that subclass (such as its namespace, fully-qualified type, or assembly).

Typically, your implementation of the methods in this interface must only call the constructor of your subclass, and return a new object reference.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also