简体   繁体   English

此控件的名称是什么?

[英]What is name of this control?

What is this control in picture in C# .Net? C#.Net中的图片控件是什么? As I remember It was used in Windows XP environment however I don't know the name of this control. 我记得它在Windows XP环境中使用过,但是我不知道该控件的名称。

C#控件样本

As far as I remember it was a TaskPane and a ListView inside. 据我记得,里面是一个TaskPane和一个ListView。

The GotDotNet Web site disappeared by Summer 2007. VB Helper contains an archive of the Visual Basic Power Pack. GotDotNet网站在2007年夏季消失了。VB帮助器包含Visual Basic Power Pack的存档。

The Power Pack includes seven controls written in Visual Basic 2003. They (or at least their code) may still be useful in your version of Visual Basic, although some newer features in Visual Basic or the .NET Framework may supersede them. Power Pack包含用Visual Basic 2003编写的七个控件。尽管Visual Basic或.NET Framework中的某些较新功能可能会取代它们,但它们(或至少它们的代码)在您的Visual Basic版本中仍然有用。

  • BlendPanel - Provides a background with linear gradient shading. BlendPanel-为背景提供线性渐变底纹。
  • UtilityToolbar A toolbar that has a look and feel similar to the Microsoft Internet Explorer toolbar. UtilityToolbar具有与Microsoft Internet Explorer工具栏相似的外观的工具栏。
  • ImageButton A button with a transparent background. ImageButton具有透明背景的按钮。
  • NotificationWindow Displays text and graphics in a popup notification window. NotificationWindow在弹出的通知窗口中显示文本和图形。
  • TaskPane A container that provides collapsible panes similar to the WPF Expander control. TaskPane一个容器,提供类似于WPF Expander控件的可折叠窗格。
  • FolderViewer Displays a hierarchical view of a directory tree. FolderViewer显示目录树的层次结构视图。
  • FileViewer Displays a list of the files in a directory. FileViewer显示目录中文件的列表。

So you may want to use the components dll. 因此,您可能要使用组件dll。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM