Gets a value indicating whether additions to the list are allowed.
[Visual Basic] Public ReadOnly Property AllowAdd As Boolean [C#] public bool AllowAdd {get;} [C++] public: __property bool get_AllowAdd(); [JScript] public function get AllowAdd() : Boolean;
true, if additions are allowed; otherwise, false.
ListManager Class | ListManager Members | System.WinForms Namespace