Click or drag to resize
Wizard .NET Library

ThemedImageButtonSetImageListImageStrip Method

Sets the image list images using an image strip.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void SetImageListImageStrip(
	Image imageStrip,
	Orientation orientation
)
Request Example View Source

Parameters

imageStrip
Type: System.DrawingImage
The image strip.
orientation
Type: System.Windows.FormsOrientation
The orientation of the strip.
See Also