Version

IButtonFactory Interface

Factory interface that creates ITBarButton implementations and supports pluggable factory methods.
Syntax
'Declaration
 
Public Interface IButtonFactory 
public interface IButtonFactory 
Remarks

This interface supports two features:

  • Creating ITBarButton implementations through two construction methods.
  • Plugging in an alternative implementation of the two construction methods, to facilitate instantiating ITBarButton objects of an arbitrary type (not necessarily known a priori).

This interface is implemented by UltraWebToolbar to support the creation, design-time and serialization support of button subclasses. It should not be necessary for application objects to implement this interface.

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