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.
我永远不记得是否必须在页面或信息上实现接口,或者是否必须覆盖某些内容。我想要它在这里,所以我不必挖掘旧的解决方案。此外,此信息是否可在 EWL 评论或 EWL 网站上的任何地方获得?
您需要TabModeOverrider从实体设置的Info类中实现:
TabModeOverrider
Info
partial class Info: TabModeOverrider { TabMode TabModeOverrider.GetTabMode() { return TabMode.Horizontal; } }
我认为现在其他任何地方都没有记录这一点。