Collection Editor how to trigger add/remove buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blackirish
    New Member
    • Sep 2008
    • 22

    Collection Editor how to trigger add/remove buttons

    Hi everyone,
    i have a collection editor which i implemented it from System.Componen tModel.Design.C ollectionEditor . I need to insert/delete values into the collection by using another editor form at design time. So is there a way to insert values into the collection outside the main CollectionEdito r or can i trigger the click events of the add/remove buttons of the collection editor?
    Any help would be appreciated.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    I see an EditValue() function that should allow you do manipulate what you want?
    I've never heard of the object, or really any of its derrived classes either, so I'm not sure

    Comment

    • blackirish
      New Member
      • Sep 2008
      • 22

      #3
      Originally posted by Plater
      I see an EditValue() function that should allow you do manipulate what you want?
      I've never heard of the object, or really any of its derrived classes either, so I'm not sure
      Thanks for the reply Plater, i tried it by using EditValue() but i couldn't solve the problem. I can serialize objects over the custom CollectionEdito r but i also want to do that over the editor form i created. My editor form is part of a component and i need to serialize values into the form's designer which the form hosts my component.

      Comment

      Working...