BCGControlBar Library for .NET
DisplayHDPIImages Property




Specifies whether toolbar and ribbon elements (toolbar buttons) should display HDPI images. You should set this property to true at runtime if you detect that application is running in HDPI mode and you wish to display special HDPI images on toolbar buttons (toolbar buttons can inherit this setting).
Syntax
'Declaration
 
Public Property DisplayHDPIImages As Boolean
'Usage
 
Dim instance As CommandBarManager
Dim value As Boolean
 
instance.DisplayHDPIImages = value
 
value = instance.DisplayHDPIImages
public bool DisplayHDPIImages {get; set;}
public: __property bool get_DisplayHDPIImages();
public: __property void set_DisplayHDPIImages( 
   bool value
);
public:
property bool DisplayHDPIImages {
   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

CommandBarManager Class
CommandBarManager Members

Send Feedback