|
Description
|
Returns/sets the buttons' width in the default Palette dialog.
|
Syntax Visual Basic
|
[form.]DXFReader.PaletteButtonsWidth[ = Value&]
|
|
Visual C++
|
long DXFReader.GetPaletteButtonsWidth(); void DXFReader.SetPaletteButtonsWidth(long nNewValue);
|
|
Delphi
|
property PaletteButtonsWidth: Integer;
|
|
C#
|
int DXFReader.PaletteButtonsWidth;
|
|
Remarks
|
Use this property to modify the buttons' width in the Palette dialog for localization.
|
|
Data Type
|
Long
|
|
Default Value
|
1000
|