Creates editor parts.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public EditorPartCollection CreateEditorParts()
Visual Basic
Public Function CreateEditorParts As EditorPartCollection
Visual C++
public:
virtual EditorPartCollection^ CreateEditorParts() sealed
F#
abstract CreateEditorParts : unit -> EditorPartCollection 
override CreateEditorParts : unit -> EditorPartCollection 

Return Value

Type: EditorPartCollection
EditorPartCollection containing editor parts

Implements

IWebEditable..::..CreateEditorParts()()()()

See Also