[This is preliminary documentation and is subject to change.]
When overriden in derived class gets whether you can add items to the list using
AddNew()()()().
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public abstract bool CanAddNew { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property CanAddNew As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool CanAddNew {
bool get () abstract;
} |
| F# |
|---|
abstract CanAddNew : bool
|
| JScript |
|---|
abstract function get CanAddNew () : boolean
|
Return Value
true if you can add items to the list using
AddNew()()()(); otherwise, false.
Implements
IBindingList..::..AllowNew
See Also