IASLabel

This interface provides methods used to assign an image to an Auto PC simple (AS) label control.

Method
Description
IASLabel::get_CaptionAlign Gets the caption alignment.
IASLabel::get_Format Retrieves the text format of the label.
IASLabel::get_Image Retrieves a handle to the control image and image mask, allowing a bitmap to be drawn on the label control.
IASLabel::get_ImageAlignH Gets the horizontal alignment of the image.
IASLabel::get_ImageAlignV Gets the vertical alignment of the image.
IASLabel::put_CaptionAlign Sets the caption alignment.
IASLabel::put_Format Changes the text format of the label.
IASLabel::put_ImageAlignH Sets the horizontal alignment of the image.
IASLabel::put_ImageAlignV Sets the vertical alignment of the image.
IASLabel::put_Image Sets a new image and repaints the label.

Remarks

The IASLabel interface, which has a global unique identifier equal to IID ASLABEL, extends the IASControl interface. The label control has a programmatic identifier equal to APC_Label.