| Visual Basic (Declaration) | |
|---|---|
Public Property ShowGeneralOptions As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterOpenDialog Dim value As Boolean instance.ShowGeneralOptions = value value = instance.ShowGeneralOptions | |
| C# | |
|---|---|
public bool ShowGeneralOptions {get; set;} | |
Property Value
true if the General tab is to be displayed; otherwise, false.Refer to RasterOpenDialog example.
The General Options tab 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