Skip to main content

ISalPictureControl

Namespace: PPJ.Runtime

Assembly: PPJ.Runtime.50 (5.0.0.0)

Provides a common image and transparency contract for SAL controls that display pictures.

public interface ISalPictureControl

Example:

void SetPicture(PPJ.Runtime.ISalPictureControl control, System.Drawing.Image image)
{
control.Image = image;
control.TransparentColor = System.Drawing.Color.Magenta;
}

Properties

Instance member Image

Image: Gets or sets the image displayed by the control.

Instance member TransparentColor

Color: Gets or sets the image color treated as transparent by the control.

Implemented By

NameDescription
SalOptionButtonProvides an image-capable, button-shaped SAL option control with group and checked-state support.
SalPictureDisplays an image with SAL picture operations, transparency settings, and window actions.
SalPushbuttonProvides an image-capable Windows Forms command button with SAL window actions and accelerator support.
SalQuickToolTipOptionButtonProvides a SAL option button with Quick Objects tooltip and status-text compatibility methods.
SalQuickToolTipPictureProvides a SAL picture control with Quick Objects tooltip and status-text compatibility methods.
SalQuickToolTipPushButtonProvides a SAL push button with Quick Objects tooltip and status-text compatibility methods.
XSalFlatButton