BCGControlBar Library for .NET
GetSize Method (InternalImages)




Specifies if the large icon mode should be ignored on calculating the image size.
Gets the size of the images to draw.
Syntax
'Declaration
 
Public Shared Function GetSize( _
   ByVal ignoreLargeIconsMode As Boolean _
) As Size
'Usage
 
Dim ignoreLargeIconsMode As Boolean
Dim value As Size
 
value = InternalImages.GetSize(ignoreLargeIconsMode)
public static Size GetSize( 
   bool ignoreLargeIconsMode
)
public: static Size GetSize( 
   bool ignoreLargeIconsMode
) 
public:
static Size GetSize( 
   bool ignoreLargeIconsMode
) 

Parameters

ignoreLargeIconsMode
Specifies if the large icon mode should be ignored on calculating the image size.
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

InternalImages Class
InternalImages Members

Send Feedback