Click or drag to resize

ITreeListAddToolbarAction Method

Add an action in the tree list toolbar

Namespace:  EBP.Api.Interfaces.Controls.TreeList
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
void AddToolbarAction(
	IAction action,
	MenuCommandType menuCommandType
)

Parameters

action
Type: EBP.Api.Interfaces.MenusIAction
Action to add
menuCommandType
Type: EBP.Api.Interfaces.MenusMenuCommandType
Menu command type (Button, Check, etc..)
See Also