|
Description
|
Returns/sets the caption for the default Palette dialog.
|
Syntax Visual Basic
|
[form.]DXFReader.PaletteCaption[ = Text$]
|
|
Visual C++
|
CString DXFReader.GetPaletteCaption(); void DXFReader.SetPaletteCaption(LPCTSTR lpszNewValue);
|
|
Delphi
|
property PaletteCaption: WideString;
|
|
C#
|
string DXFReader.PaletteCaption;
|
|
Remarks
|
The graphic below shows where each of the Palette strings is displayed: at each position, the picture shows the corresponding property name and the default string.
|
|
Data Type
|
String
|
|
Default Value
|
"Select Color"
|