JAMS Developer Guide
EditorNameAttribute Class
Members 


MVPSI.JAMS Namespace : EditorNameAttribute Class
The EditorNameAttributes can be applied to a property to specify the name of an editor to be used when editing a property.
Object Model
EditorNameAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Property, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class EditorNameAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As EditorNameAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public class EditorNameAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      MVPSI.JAMS.EditorNameAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditorNameAttribute Members
MVPSI.JAMS Namespace