Skip to main content

BootstrapDropDownButton Constructors

Represents the default edit button that invokes the editor’s dropdown window.
Name Parameters Description
BootstrapDropDownButton() none Initializes a new instance of the BootstrapDropDownButton class with default settings.
BootstrapDropDownButton(IWebControlObject) control Initializes a new instance of the BootstrapDropDownButton class with the specified owner.
BootstrapDropDownButton(String) text Initializes a new instance of the BootstrapDropDownButton class with the specified caption text.
See Also