Skip to main content
Version: 2025

ISalPictureControl

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Exposes the image displayed by a SAL picture-capable control.

public interface ISalPictureControl

Example:

System.Drawing.Image ReadImage(PPJ.Runtime.Windows.ISalPictureControl control)
{
return control.GetImage();
}

Properties

Instance member Image

Image: Gets or sets the image assigned to the control.

Methods

Instance member 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

NameDescription
SalOptionButtonDisplays a button-style option control with SAL grouping, picture support, and checked-state conversion.
SalPictureDisplays an image with SAL resource loading, image conversion, and window actions.
SalPushbuttonDisplays an action button with SAL window actions, image support, and keyboard accelerators.
XSalFlatButton