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