FormExtensionAdorner.CreateForm Method (FormPropertyBag)
Retrieves the form for the UI extension.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public abstract Form CreateForm(
FormPropertyBag propertyBag
)
public:
virtual Form^ CreateForm(
FormPropertyBag^ propertyBag
) abstract
Public MustOverride Function CreateForm (
propertyBag As FormPropertyBag
) As Form
Parameters
propertyBag
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.FormPropertyBagThe property bag used by each adorner to retrieve form data.
Return Value
Type: System.Windows.Forms.Form
Returns a Form describing the form.
See Also
FormExtensionAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top