See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the ActionCollection object that the actions are being added to.

Namespace: NTier.ComponentModel.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
protected virtual ActionCollection GetActionCollection()
Visual Basic
Protected Overridable Function GetActionCollection As ActionCollection
Visual C++
protected:
virtual ActionCollection^ GetActionCollection()

Return Value

Type: ActionCollection

See Also