Retrieves the Win32 handle to this palette.
public int getHandle()
Returns a handle to the palette.
WFCException thrown if the Palette object has been disposed through a call to its dispose method.
The handle returned by this method is not a copy of the palette handle. Therefore, this handle should not be freed by the caller.
See Also copyHandle