| Visual Basic (Declaration) | |
|---|---|
Public Property ShowOptions As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterSaveDialog Dim value As Boolean instance.ShowOptions = value value = instance.ShowOptions | |
| C# | |
|---|---|
public bool ShowOptions {get; set;} | |
Property Value
true if the Options button is to be displayed; otherwise, false.Refer to RasterSaveDialog example.
The File Save Options dialog can be seen below:

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code