BindingNavigator.CountItem Proprietà

Definizione

Ottiene o imposta l’oggetto ToolStripItem che visualizza il numero totale di elementi nell’oggetto BindingSource associato.

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

Valore della proprietà

ToolStripItem

Oggetto ToolStripItem che visualizza il numero totale di elementi nel componente BindingSource associato.

Attributi

Commenti

La CountItem proprietà è null se non è stata impostata in precedenza ed è accessibile prima che il AddStandardItems metodo sia chiamato in modo implicito o esplicito.

Il conteggio degli elementi viene eseguito tramite la Count proprietà di BindingSource.

Nell'implementazione predefinita, questa proprietà rappresenta un controllo di tipo ToolStripLabel.

Si applica a

Vedi anche