Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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