StandardFileDialog.Show Method (Typed) | |
Display a standard file dialog box. To retrieve the value that the user selected, use the StandardFileDialog:FileName property.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Show() AS LOGIC
public virtual bool Show()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also