Overview | Methods | This Package | All Packages
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