'Declaration Public Property CellValueEmbeddedEditor As Vintasoft.Imaging.UI.TextBoxProvider
public Vintasoft.Imaging.UI.TextBoxProvider CellValueEmbeddedEditor { get; set; }
public: __property Vintasoft.Imaging.UI.TextBoxProvider* get_CellValueEmbeddedEditor(); public: __property void set_CellValueEmbeddedEditor(
Vintasoft.Imaging.UI.TextBoxProvider* value
);
public:
property Vintasoft.Imaging.UI.TextBoxProvider^ CellValueEmbeddedEditor { Vintasoft.Imaging.UI.TextBoxProvider^ get(); void set(Vintasoft.Imaging.UI.TextBoxProvider^ value); }