Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简单的扩展器组件,可以在任何控件周围绘制 3D 边框。在我的组件设计器支持中,我想使用 VS 用来选择 Anchor 属性的相同编辑器。
我知道我可以使用 [Editor()] 属性,但我不知道所使用的编辑器的类名。
我使用 .NET Reflector 找到了答案:
[Flags, Editor("System.Windows.Forms.Design.AnchorEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))] public enum AnchorStyles