Creates Editor part chrome.

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

Syntax

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

Return Value

Type: EditorPartChrome
EditorPartChrome

See Also