Wide Studio Object Reference

Wide Studio Home
Up to


Class Name

WSCsform

Specification of methods



getStatus method

Form
long getStatus()
Function
Returns the state whether the forms is under resizing by the separator.
Description
Parameters
Nothing.
Return value
Returns WS_SFORM_FIXED if not resizing; returns WS_SFORM_UNDER_RESIZENG if under resizing.
Notice
On under resizing,the instance receives many resizing event. If it can not perform fully, you can discard the events to look the state with this method.
Samples
  long status = newsfor_000->getStatus();
  if (status == WS_SFORM_FIXED){
    //stable...
  }else
  if (status == WS_SFORM_UNDER_RESIZING){
    //under resizeing...
  }


Document Release 3.20

For Use with Wide Studio Release 3.20, Spring 2003


Wide Stuido Home | Up to

Copyright(C) T. Hirabayashi, 1999-2003 Last modified: February 3, 2003