PreviewHandlerSetTextColor Method |
Sets the color of the text within the preview handler.
Namespace:
ShellBoost.Core.Handlers
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual void SetTextColor(
int color
)
Parameters
- color
- Type: SystemInt32
The color value to use for the preview handler text color.
See Also