Factory.CreateFormRegionCustomAction Method
Include Protected Members
Include Inherited Members
Creates an instance of a class that implements the FormRegionCustomAction interface.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateFormRegionCustomAction() | Creates an instance of a class that implements the FormRegionCustomAction interface with a default name. | |
CreateFormRegionCustomAction(String) | Creates an instance of a class that implements the FormRegionCustomAction class by using the specified name. |
Top