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

Syntax

C#
protected override EditorPartCollection CreateEditorParts()
Visual Basic
Protected Overrides Function CreateEditorParts As EditorPartCollection
Visual C++
protected:
virtual EditorPartCollection^ CreateEditorParts() override
F#
abstract CreateEditorParts : unit -> EditorPartCollection 
override CreateEditorParts : unit -> EditorPartCollection 

Return Value

Type: EditorPartCollection

See Also