Method AddCustomBtn
AddCustomBtn(Type, Func<SpeedButton>)
Adds custom SpeedButton to the control.
public virtual SpeedButton AddCustomBtn(Type type, Func<SpeedButton> factory)
Parameters
typeTypeThe type of the button to add. This value must inherit from SpeedButton.
factoryFunc<SpeedButton>Factory method to create the button.
Returns
- SpeedButton
The created SpeedButton.