Constable Authorization Engine 2.0 BETA

InstanceDesignerVerb Constructor (String, EventHandler, CommandID, Object, ICollection)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the InstanceDesignerVerb class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String, _
   ByVal handler As EventHandler, _
   ByVal startCommandID As CommandID, _
   ByVal instance As Object, _
   ByVal selectedChildren As ICollection _
)
[C#]
public InstanceDesignerVerb(
   string text,
   EventHandler handler,
   CommandID startCommandID,
   object instance,
   ICollection selectedChildren
);

Parameters

text
The text of the verb.
handler
The handler ibnvoked when the verb is clicked.
startCommandID
The starting command ID for this verb.
instance
The associated instance.
selectedChildren
The collection of selected child objects.

Remarks

The selectedChildren collection is only valid if the associated Instance is a collection.

See Also

InstanceDesignerVerb Class | LaMarvin.Design Namespace | InstanceDesignerVerb Constructor Overload List