Example #1
0
 /*! \brief Return a summary of this window's state
  * \param [in,out] block Reference to a native type to receive the window state.
  * \return Nothing.  */
 public void GetState(ref NativeWimp.WindowStateBlock block)
 {
     block.WindowHandle = Handle;
     Wimp.GetWindowState(ref block);
 }