|
Description
|
Returns/sets the current view mode for default Palette dialog.
|
Syntax Visual Basic
|
[form.]DXFReader.PaletteWindowPos[ = PaletteWindowPosEnum]
|
|
Visual C++
|
long DXFReader.GetPaletteWindowPos(); void DXFReader.SetPaletteWindowPos(long nNewValue);
|
|
Delphi
|
property PaletteWindowPos: TOleEnum (PaletteWindowPosEnum);
|
|
C#
|
|
|
Remarks
|
Valid settings for the PaletteWindowPos property are:
| 0 | drUser | This setting causes the default Palette dialog to apper on the position determined by the PaletteWindowLeft and PaletteWindowTop properties | | 1 | drScreenCenter | (Default) This setting causes the default Palette dialog to apper on the center of the screen, regardless of where the application window is located |
|
|
Data Type
|
PaletteWindowPosEnum (Enumeration)
|
|
Default Value
|
drScreenCenter (1)
|