BCGControlBar Library for .NET
UseLargeImage Field




In Ribbon-based application a command object may have two images - Small and Large. Small image is displayed in collapsed state (usually this image is 16x16 pixels). Large image is displayed in expanded state (usually this imnage is 32x32 pixels).
Syntax
'Declaration
 
Public UseLargeImage As Boolean
'Usage
 
Dim instance As CommandObjectParams
Dim value As Boolean
 
value = instance.UseLargeImage
 
instance.UseLargeImage = value
public bool UseLargeImage
public: bool UseLargeImage
public:
bool UseLargeImage
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