CanUserInsertFile Property (C1ImageDialog)
In This Topic
Gets or sets a value indicating whether the user is allowed to insert an image from data in a local file.
Syntax
'Declaration
Public Property CanUserInsertFile As Boolean
public bool CanUserInsertFile {get; set;}
See Also