SymbologyType Property (Utility Control)
Windows - Visual C++
Description
The SymbologyType property returns
or sets the default default symbology appearing in the
"Symbology" pull-down menu.
Syntax
long value = GetSymbologyType();
void SetSymbologyType(long value);
The SymbologyType syntax has these parts:
Part |
Description |
|
Value |
A long integer containing a value that indicates which symbology type is visible by default. A value of 1 indicates that NewsEdge should be used for default value. A value of 2 indicates that Reuters should be visible. |
Remarks
The "Symbology pull-down menu allows the user to control by which symbology the codes entered into the edit box should be interpreted.
The default setting for the SymbologyType property is 1, indicating that NewsEdge should be visible by default.
See Also: ShowSearchTickers ShowSearchSubjects
Back to: Utility Properties