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