FormWindowState.valid

Overview | Methods | Fields | This Package | All Packages

FormWindowState.valid

Retrieves a boolean value that indicates whether a specified value designates a valid FormWindowState constant.

Syntax

public static boolean valid( int value )

Parameters

value

A value to be compared to those defined in this class.

Return Value

Returns true if the value is valid; otherwise, returns false.