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

Get actions available to be created via the drop edit in the smart tag.

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

Syntax

C#
protected virtual Type[] CreateNewDropDownItemTypes()
Visual Basic
Protected Overridable Function CreateNewDropDownItemTypes As Type()
Visual C++
protected:
virtual array<Type^>^ CreateNewDropDownItemTypes()

Return Value

Type: array<Type>[]()[][]

See Also