Skybound Rebar

RebarButton.Image Property

Gets or sets the Image displayed on the button when the UseLargeImages property of the band is false.

[Visual Basic]
Public Property Image As Image
[C#]
public System.Drawing.Image Image {get; set;}

Property Value

The Image object that is displayed on the button when UseLargeImages is false.

Remarks

Design-time Note: This property provides additional design-time services when loading icon files. An icon containing multiple sizes or color depths will cause a dialog to appear that allows you to choose which size and color depth is loaded. Loading 32-bit icons with an 8-bit alpha channel is also supported.

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

RebarButton Class | Skybound.Rebar Namespace | LoadIconImage