BindingNavigator::AddNewItem Property
.NET Framework (current version)
Gets or sets the ToolStripItem that represents the Add New button.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [TypeConverterAttribute((ReferenceConverter^::typeid))] property ToolStripItem^ AddNewItem { ToolStripItem^ get(); void set(ToolStripItem^ value); }
Property Value
Type: System.Windows.Forms::ToolStripItem^A ToolStripItem that represents the Add New button for the BindingSource. The default is null.
When set, the AddNewItem property generates the Click event handler for the Add New button. This event handler calls the AddNew method when the Add New button is clicked at run time.
This property is null if it was not previously set and it is accessed before the AddStandardItems method is implicitly or explicitly called.
The BindingNavigator control will disable the Add New button if the BindingSource property is null or the AllowNew property is false.
In the default implementation, this property represents a control of type ToolStripButton.
.NET Framework
Available since 2.0
Available since 2.0
Show: