ISalPictureControl
Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.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.
TransparentColor
Color: Returns/Sets the transparent color
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 | Picture implementation. |
| SalPushbutton | An object that you can click (or double-click) to create an event and invoke some action. |
| SalQuickToolTipOptionButton | Option check button with tool tip support |
| SalQuickToolTipPicture | Picture with tool tip support |
| SalQuickToolTipPushButton | Pushbutton with tool tip support |
| XSalFlatButton |