BindingNavigator.CountItem 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 ToolStripItem,它显示关联的 BindingSource 中的总项数。
public:
property System::Windows::Forms::ToolStripItem ^ CountItem { System::Windows::Forms::ToolStripItem ^ get(); void set(System::Windows::Forms::ToolStripItem ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem CountItem { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ReferenceConverter))>]
member this.CountItem : System.Windows.Forms.ToolStripItem with get, set
Public Property CountItem As ToolStripItem
属性值
ToolStripItem,它显示关联的 BindingSource 中的项的总数。
- 属性
注解
属性 CountItem 是在之前未设置该属性 null
且在隐式或显式调用方法之前 AddStandardItems 对其进行访问。
通过属性BindingSource访问Count项计数。
在默认实现中,此属性表示类型的 ToolStripLabel控件。