Specifies a bacground to draw for each thumbnail.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void SetPresetThumbnailFrame(
int presetIndex,
IERGB unSelectedColor,
IERGB selectedColor
)
Public Sub SetPresetThumbnailFrame ( _
presetIndex As Integer, _
unSelectedColor As IERGB, _
selectedColor As IERGB _
)
public:
void SetPresetThumbnailFrame(
int presetIndex,
IERGB unSelectedColor,
IERGB selectedColor
)
Parameters
- presetIndex
- Int32
PresetIndex specifies an preset image index. Currently values from 0 to 3 are available.
- unSelectedColor
- IERGB
Specifies how modify the preset image when it is unselected.
- selectedColor
- IERGB
Specifies how modify the preset image when it is selected.
See Also