|
Description
|
Returns/sets the top position from the screen top border in twips of default Palette dialog for the control.
|
Syntax Visual Basic
|
[form.]DXFReader.PaletteWindowTop[ = Value&]
|
|
Visual C++
|
long DXFReader.GetPaletteWindowTop(); void DXFReader.SetPaletteWindowTop(long nNewValue);
|
|
Delphi
|
property PaletteWindowTop: Integer;
|
|
C#
|
int DXFReader.PaletteWindowTop;
|
|
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
|