Gets whether you can add items to the list using
AddNew .
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property AllowNew As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectView(Of T)
Dim value As Boolean
value = instance.AllowNew
|
| C# | |
|---|
public bool AllowNew {get;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_AllowNew(); |
| C++/CLI | |
|---|
public:
property bool AllowNew {
bool get();
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also