Click or drag to resize

CodePropertyEditorAttribute Class

Defines the custom attribute that can be used to decorate properties or assigned to property settings.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyValueEditor
      MediaCy.Addins.Scripting.WorkflowCodePropertyEditorAttribute

Namespace:  MediaCy.Addins.Scripting.Workflow
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class CodePropertyEditorAttribute
	Inherits PropertyValueEditor

The CodePropertyEditorAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCodePropertyEditorAttribute
Initializes a new instance of the CodePropertyEditorAttribute class
Top
Methods
  NameDescription
Public methodCreateEditor
Creates the control that is used in AdvPropertyGrid to edit property value.
(Overrides PropertyValueEditor.CreateEditor(PropertyDescriptor, Object).)
Top
See Also