CategoryEditor.CreateEditorAttribute Method

Definition

Creates a new EditorAttribute for the specified CategoryEditor.

Overloads

CreateEditorAttribute(CategoryEditor)

Creates a new EditorAttribute for the specified CategoryEditor.

CreateEditorAttribute(Type)

Creates a new EditorAttribute for the specified CategoryEditor type.

CreateEditorAttribute(CategoryEditor)

Creates a new EditorAttribute for the specified CategoryEditor.

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(System::Activities::Presentation::PropertyEditing::CategoryEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (System.Activities.Presentation.PropertyEditing.CategoryEditor editor);
static member CreateEditorAttribute : System.Activities.Presentation.PropertyEditing.CategoryEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As CategoryEditor) As EditorAttribute

Parameters

editor
CategoryEditor

The CategoryEditor for which to create a new EditorAttribute.

Returns

A new EditorAttribute.

Applies to

CreateEditorAttribute(Type)

Creates a new EditorAttribute for the specified CategoryEditor type.

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Type ^ categoryEditorType);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (Type categoryEditorType);
static member CreateEditorAttribute : Type -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (categoryEditorType As Type) As EditorAttribute

Parameters

categoryEditorType
Type

The CategoryEditor type for which to create the new EditorAttribute.

Returns

A new EditorAttribute.

Applies to