Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v17.2.dll

Syntax
C# |
public HEExportToMhtDropDownRibbonCommand(
string text,
RibbonItemSize size
)
|
VB |
Public New(
ByVal text As String,
ByVal size As RibbonItemSize
)
|
Parameters
-
text
-
Type: String
A System.String value that specifies the text of the ribbon item.
-
size
-
Type: RibbonItemSize
One of the RibbonItemSize enumeration values that specifies the ribbon item size.

See Also