NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NonEditableReferenceEditor Class

NonEditableReferenceEditor is an editor that displays the name of a component. Other references can not be substituted.

Object
   ValueEditor
      ReferenceEditor
         NonEditableReferenceEditor

[Visual Basic]
Public Class NonEditableReferenceEditor
   Inherits ReferenceEditor
[C#]
public class NonEditableReferenceEditor : ReferenceEditor
[C++]
public __gc class NonEditableReferenceEditor : public
   ReferenceEditor
[JScript]
public class NonEditableReferenceEditor extends ReferenceEditor

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.ComponentModel.Design.dll

See Also

NonEditableReferenceEditor Members | System.ComponentModel.Design Namespace | ValueEditor | IContainer | IComponent