@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: used to set wallpaper style in the WALLPAPEROPT of IActiveDesktop !!!!C# Definition: public enum WallPaperStyle : int { WPSTYLE_CENTER = 0, WPSTYLE_TILE = 1, WPSTYLE_STRETCH = 2, WPSTYLE_MAX = 3 } !!!!VB Definition: Public Enum WallPaperStyle WPSTYLE_CENTER = 0 WPSTYLE_MAX = 3 WPSTYLE_STRETCH = 2 WPSTYLE_TILE = 1 End Enum !!!!Notes: See IActiveDesktop::GetWallpaperOptions and IActiveDesktop::SetWallpaperOptions Documentation: WALLPAPEROPT@msdn on MSDN
Edit Enums.WallPaperStyle
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.