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.
- C#
- VB.NET
public interface ISalPictureControl
Public Interface ISalPictureControl
Example:
void SetPicture(PPJ.Runtime.ISalPictureControl control, System.Drawing.Image image)
{
control.Image = image;
control.TransparentColor = System.Drawing.Color.Magenta;
}
Properties
Image
Image: Gets or sets the image displayed by the control.
TransparentColor
Color: Gets or sets the image color treated as transparent by the control.
Implemented By
| Name | Description |
|---|---|
| SalOptionButton | Provides an image-capable, button-shaped SAL option control with group and checked-state support. |
| SalPicture | Displays an image with SAL picture operations, transparency settings, and window actions. |
| SalPushbutton | Provides an image-capable Windows Forms command button with SAL window actions and accelerator support. |
| SalQuickToolTipOptionButton | Provides a SAL option button with Quick Objects tooltip and status-text compatibility methods. |
| SalQuickToolTipPicture | Provides a SAL picture control with Quick Objects tooltip and status-text compatibility methods. |
| SalQuickToolTipPushButton | Provides a SAL push button with Quick Objects tooltip and status-text compatibility methods. |
| XSalFlatButton |