开发者

C# User Control custom Properties

I am creating a user control and would like to create a custom menu like this http://i56.tinypic.com/5ycaq开发者_如何学JAVAb.png but I do not know what to do, can you help me? (Sorry for my bad English)


You want to look into DesignerActionList.

Specifically in your ControlDesigner (or the one that you have that extends from it), you'll need to override

public virtual DesignerActionListCollection ActionLists { get; }
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜