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