Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
When the Property (as shown in the below code) is displayed in the PropertyGrid, it is displayed as
Sync Groups (Collection) ...

When I click the (...) button, the Collection Editor is launched.

Is there a way to launch the Collection Editor, not from the PropertyGrid?

Thanks

JP

VB
<Editor(GetType(SyncGroupsCollectionEditor), GetType(System.Drawing.Design.UITypeEditor))>
<Description("Synchronization Groups")>
Public ReadOnly Property SyncGroups() As SyncGroupsCollection
    Get
        Return _SyncGroups
    End Get
End Property
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900