AllowEdit Property (SelectFromListScene)
In This Topic
Gets or sets boolean value determining whether dialog should allow adding or deleting items.
Syntax
'Declaration
Public Property AllowEdit As Boolean
public bool AllowEdit {get; set;}
Property Value
The default value is true.
See Also