- 在控件中拖出CogDisplayToolBar、CogDisPlayStatuBar、CogRecordDisplay三个控件

- 在Winform 实例中将控件关联
this.cogDisplayStatusBarV21.Display = this.cogRecordDisplay1;
this.cogDisplayToolbarV21.Display = this.cogRecordDisplay1;
本文介绍如何在Winform应用中通过简单步骤将CogDisplayToolBar、CogDisPlayStatuBar及CogRecordDisplay三个控件进行关联。具体操作为设置控件属性:this.cogDisplayStatusBarV21.Display=this.cogRecordDisplay1; this.cogDisplayToolbarV21.Display=this.cogRecordDisplay1; 实现控件间的互动。

this.cogDisplayStatusBarV21.Display = this.cogRecordDisplay1;
this.cogDisplayToolbarV21.Display = this.cogRecordDisplay1;
8426

被折叠的 条评论
为什么被折叠?