| 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
Syntaxpublic 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: 
Boolean See Also
See Also