The ValueType property. Setting it will change what kind of type is being edited.
[Visual Basic] Public Property ValueType As Type [C#] public Type ValueType {get; set;} [C++] public: __property Type* get_ValueType(); public: __property void set_ValueType(Type*); [JScript] public function get ValueType() : Type; public function set ValueType(Type);
ValueEdit Class | ValueEdit Members | System.WinForms Namespace