[To be supplied.]
[Visual Basic] Protected Property Type As Type [C#] protected Type Type {get; set;} [C++] protected: __property Type* get_Type(); protected: __property void set_Type(Type*); [JScript] protected function get Type() : Type; protected function set Type(Type);
ReferenceEditor Class | ReferenceEditor Members | System.ComponentModel.Design Namespace