 | EntryFormExtensionFillActions Method |
Called when the entry form needs to create its global actions.
Controls actions must be created in
OnFormInitialized methods.
Namespace:
EBP.Api.EntryForm
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected virtual void FillActions(
IActionCollection actions
)
Protected Overridable Sub FillActions (
actions As IActionCollection
)
Parameters
- actions
- Type: EBP.Api.Interfaces.MenusIActionCollection
Actions to fill
See Also