Sets the picture information for a certain panel
Syntax
Public Sub SetPanelPic (ByRef vKey As Variant, _ Optional ByRef oPic As StdPicture = Nothing, _ Optional ByRef bPicTransparent As Variant, _ Optional ByRef bPicGrayed As Variant, _ Optional ByRef lPicXTransp As Variant, _ Optional ByRef lPicYTransp As Variant, _ Optional ByRef lPicTranspColor As Variant)
Parameters
Parameter |
Description |
ByRef vKey As Variant |
A string key or a numeric index indentifying a panel |
Optional ByRef oPic As StdPicture = Nothing |
The new picture |
Optional ByRef bPicTransparent As Variant |
Is the new picture transparent? |
Optional ByRef bPicGrayed As Variant |
Is the new picture disabled? |
Optional ByRef lPicXTransp As Variant |
The X coord for the transparent color |
Optional ByRef lPicYTransp As Variant |
The Y coord for the transparent color |
Optional ByRef lPicTranspColor As Variant |
The color to treat as transparent |
|