Microsoft SDK for Java

Form.setPaletteSource

Specifies the source for this form's palette.

Syntax

public final void setPaletteSource( Control paletteSource )

Parameters

paletteSource

A Control object that specifies the control to use as the source of this form's palette.

Remarks

Unless the form's palette mode is set to FormPaletteMode.USE_CONTROL, this method has no effect.

See Also   getPaletteSource, setPaletteMode, FormPaletteMode

© 1999 Microsoft Corporation. All rights reserved. Terms of use.