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))]
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 存取屬性,則為 。
專案計數是透過 Count 的 BindingSource 屬性來存取。
在預設實作中,這個屬性代表 類型的 ToolStripLabel 控制項。