Intersoft ClientUI Documentation
EditorType Property (PropertyMetadataDefinition)



Gets or sets the editor type.
Syntax
Public Property EditorType As Type
Dim instance As PropertyMetadataDefinition
Dim value As Type
 
instance.EditorType = value
 
value = instance.EditorType
public Type EditorType {get; set;}
public:
property Type^ EditorType {
   Type^ get();
   void set (    Type^ value);
}
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

PropertyMetadataDefinition Class
PropertyMetadataDefinition Members

Send Feedback