FileNameControlBrowserCheckFileExists Property |
Gets or sets the CheckFileExists browser property.
Namespace: VirtualRadar.WinForms.ControlsAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool BrowserCheckFileExists { get; set; }
Public Property BrowserCheckFileExists As Boolean
Get
Set
public:
property bool BrowserCheckFileExists {
bool get ();
void set (bool value);
}
member BrowserCheckFileExists : bool with get, set
Property Value
Type:
BooleanSee Also