|
Description
|
Returns/sets the caption for the Cancel button in the default Palette dialog.
|
Syntax Visual Basic
|
[form.]DXFReader.PaletteCancelButtonText[ = Text$]
|
|
Visual C++
|
CString DXFReader.GetPaletteCancelButtonText(); void DXFReader.SetPaletteCancelButtonText(LPCTSTR lpszNewValue);
|
|
Delphi
|
property PaletteCancelButtonText: WideString;
|
|
C#
|
string DXFReader.PaletteCancelButtonText;
|
|
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
|
"Cancel"
|