RegisterEditorExtensionAttribute.EditorFactoryNotify Property

Definition

Gets or sets whether or not to create the EditorFactoryNotify registry key on registration.

public:
 property bool EditorFactoryNotify { bool get(); void set(bool value); };
public:
 property bool EditorFactoryNotify { bool get(); void set(bool value); };
public bool EditorFactoryNotify { get; set; }
member this.EditorFactoryNotify : bool with get, set
Public Property EditorFactoryNotify As Boolean

Property Value

true if the EditorFactoryNotify registry key should be created, otherwise false.

Applies to