DiagramShapeEditableSettingsToolMenuButtonBuilder

Methods

HtmlAttributes(System.Collections.Generic.IDictionary)

Specifies the HTML attributes of a menu button.

Parameters

value - System.Collections.Generic.IDictionary<String,Object>

The value for HtmlAttributes

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.

HtmlAttributes(System.Object)

Specifies the HTML attributes of a menu button.

Parameters

value - System.Object

The value for HtmlAttributes

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.

Enable(System.Boolean)

Specifies whether the menu button is initially enabled or disabled.

Parameters

value - System.Boolean

The value for Enable

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.

Icon(System.String)

Sets icon for the menu buttons. The icon should be one of the existing in the Kendo UI theme sprite.

Parameters

value - System.String

The value for Icon

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.

Id(System.String)

Specifies the ID of the menu buttons.

Parameters

value - System.String

The value for Id

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.

ImageUrl(System.String)

If set, the ToolBar will render an image with the specified URL in the menu button.

Parameters

value - System.String

The value for ImageUrl

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.

SpriteCssClass(System.String)

Defines a CSS class (or multiple classes separated by spaces) which will be used for menu button icon.

Parameters

value - System.String

The value for SpriteCssClass

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.

Text(System.String)

Specifies the text of the menu buttons.

Parameters

value - System.String

The value for Text

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.

Url(System.String)

Specifies the url of the menu button to navigate to.

Parameters

value - System.String

The value for Url

RETURNS

Returns the current DiagramShapeEditableSettingsToolMenuButtonBuilder instance.