|
Description
|
Returns/sets the left position from the screen left border in twips of default Palette dialog for the control.
|
Syntax Visual Basic
|
[form.]DXFReader.PaletteWindowLeft[ = Value&]
|
|
Visual C++
|
long DXFReader.GetPaletteWindowLeft(); void DXFReader.SetPaletteWindowLeft(long nNewValue);
|
|
Delphi
|
property PaletteWindowLeft: Integer;
|
|
C#
|
int DXFReader.PaletteWindowLeft;
|
|
Remarks
|
This property only works if the PaletteWindowPos property is set to 0 (drUser).
See the PaletteWindowPos property and the ShowPalette method for details on the default Palette dialog.
|
|
Data Type
|
Long
|
|
Default Value
|
1000
|