Microsoft SDK for Java

FormPaletteMode.USE_CONTROL

Indicates that a control should be used as the palette source.

Syntax

public static final int USE_CONTROL;

Remarks

If you call the Form object's setPaletteMode method and specify this parameter, you should also use the Form object's setPaletteSource method to specify which control to use as the form's palette source.

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