BCGControlBar Library for .NET
IgnoreLargeIconsMode Field (CommandObjectParams)




Specifies whether the command object's image should be stretched in the Large Image mode. Ususally in the Large Image mode all icons are enlarged.
Syntax
'Declaration
 
Public IgnoreLargeIconsMode As Boolean
'Usage
 
Dim instance As CommandObjectParams
Dim value As Boolean
 
value = instance.IgnoreLargeIconsMode
 
instance.IgnoreLargeIconsMode = value
public bool IgnoreLargeIconsMode
public: bool IgnoreLargeIconsMode
public:
bool IgnoreLargeIconsMode
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

CommandObjectParams Structure
CommandObjectParams Members

Send Feedback