BSTR GetItemColor (long ItemHandle);
Available (from release):
stTabular History OCX (V4-0), stTabular History Automation (V4-0)
Return Value:
The color used by the given item in RGB hexadecimal triplet format.
Tip: For example, black will be returned as "000000" and white as "FFFFFF".
Parameters:
Name: |
Description: |
ItemHandle |
The handle of the item whose color is to be returned. |
Remarks:
Call this function to determine the color for a given item.