OpenImageFileDialog.Title Property |
Gets or sets the file dialog box title.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic string Title { get; set; }
Public Property Title As String
Get
Set
Property Value
Type:
String The file dialog box title. The default value is an empty string ("").
Remarks The string is placed in the title bar of the dialog box. If the title is an empty string, the system uses
a default title of "Open".
See Also