Indicates whether an item needs a preview control displayed to the user. For more information please refer to WIA_IPS_SHOW_PREVIEW_CONTROL property ID in Microsoft Windows SDK Documentation.
This property is supported only by Windows Vista and later.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Enum WiaPreviewControlMode
Inherits Enum |
| C# | |
|---|
public enum WiaPreviewControlMode : Enum |
| C++/CLI | |
|---|
public enum class WiaPreviewControlMode : public Enum |
Members
Inheritance Hierarchy
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also