Version

IRenderExtraButtonProps Interface

Interface marking a subclassed TBarButton that renders additional properties to client-side script.
Syntax
'Declaration
 
Public Interface IRenderExtraButtonProps 
public interface IRenderExtraButtonProps 
Remarks

This interface is solely a marker. Subclassed TBarButton instances that offer extra button properties for client-side script should implement IEnumerable from the .NET Framework so UltraWebToolbar can enumerate the property names and values to pass along to uplevel client-side script at rendering.

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