BCGControlBar Library for .NET
HdpiImageMode Property




Specifies how this button treats HDPI images (HDPIColdImage, HDPIDisabledImage and other properties).
Set this property to HDPIImageMode.Inherit to inherit this setting from CommandBarManager.DisplayHDPIImages.
Set this property to HDPIImageMode.HDPI to always display HDPI images.
Set this property to HDPIImageMode.Normal to always display regular images.

If HDPI image(s) is not specified, the library always falls back to appropriate regular images.
Syntax
'Declaration
 
Public Overridable Property HdpiImageMode As HDPIImageMode
'Usage
 
Dim instance As ToolbarButton
Dim value As HDPIImageMode
 
instance.HdpiImageMode = value
 
value = instance.HdpiImageMode
public virtual HDPIImageMode HdpiImageMode {get; set;}
public: __property virtual HDPIImageMode get_HdpiImageMode();
public: __property virtual void set_HdpiImageMode( 
   HDPIImageMode value
);
public:
virtual property HDPIImageMode HdpiImageMode {
   HDPIImageMode get();
   void set (    HDPIImageMode 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

ToolbarButton Class
ToolbarButton Members

Send Feedback