ISalPictureControl
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
Exposes the image displayed by a SAL picture-capable control.
- C#
- VB.NET
public interface ISalPictureControl
Public Interface ISalPictureControl
Example:
System.Drawing.Image ReadImage(PPJ.Runtime.Windows.ISalPictureControl control)
{
return control.GetImage();
}
Properties
Image
Image: Gets or sets the image assigned to the control.
Methods
GetImage()
Gets the image resolved by the control, including an image loaded from a bitmap resource.
Returns: Image. The resolved image, or when no image is available.
Implemented By
| Name | Description |
|---|---|
| SalOptionButton | Displays a button-style option control with SAL grouping, picture support, and checked-state conversion. |
| SalPicture | Displays an image with SAL resource loading, image conversion, and window actions. |
| SalPushbutton | Displays an action button with SAL window actions, image support, and keyboard accelerators. |
| XSalFlatButton |