BCGControlBar Library for .NET
UseLargeIcons Property




Called by the framework to set and unset large icon mode.
Syntax
'Declaration
 
Public Shared Property UseLargeIcons As Boolean
'Usage
 
Dim value As Boolean
 
GlobalVisualSettings.UseLargeIcons = value
 
value = GlobalVisualSettings.UseLargeIcons
public static bool UseLargeIcons {get; set;}
public: __property static bool get_UseLargeIcons();
public: __property static void set_UseLargeIcons( 
   bool value
);
public:
static property bool UseLargeIcons {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalVisualSettings Class
GlobalVisualSettings Members

Send Feedback