Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

setStateĀ MethodĀ 

Sets the current state of the pane.

[JavaScript]
SplitterPane.setState(state)

Parameters

state
One of the following values:
  • 0 - Visible state;
  • 1 - Collapsed state;
  • 2 - Hidden state;

Remarks

This method is equivalent of setting State property on the server side.

See Also

SplitterPane Object


Direct link to this topic