ISalPictureControl
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
SAL Controls that display a picture implement this interface.
- C#
- VB.NET
public interface ISalPictureControl
Public Interface ISalPictureControl
Properties
Image
Image: Returns/Sets the image.
Methods
GetImage()
Returns the image loaded in a bitmap resource.
Returns: Image.
Implemented By
| Name | Description |
|---|---|
| SalOptionButton | Represents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls. |
| SalPicture | Represent a control that displays an image. |
| SalPushbutton | Represent a control that the user can click to start an action. |
| XSalFlatButton |