Message 1 of 6
Not applicable
08-21-2019
10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I implemented a custom shape class:
class MyCustomShape : public SplineShape
{
// some work
}
And then I registered it through the call of the LibClassDesc function, as detailed in the Required DLL functions documentation. But I really don't want it to be available in the Create panel, just through some UI components I implemented, is it possible?
Solved! Go to Solution.