Hi Chris,
is it right that you use the pinEdit .Net WinForms version ?pinEdit WP is not available for WinForms right now.This will come with pinEdit 5.0.
1) The attribute window can be set with
editor.attributearea = false
2) You can hide the editor toolbar by setting
editor.toolbarconfiguration = ExternalThere should be an example in evaluation how to use the editor functions with an external toolbat.
3) This is more difficult but its possible. You have to edit the script in "editor/config/config_event.js".In the event action you have to call
RaiseControlEvent("MYCODE")In the .net control you will get a
ToolbarButtonClick Evenet and the parametetr "MYCODE" is passed.
Regards,Hans-Peter