Previous  Next

Height (Get Method)

Gets the control height.

int  Height()

Return Value

Height of the control.

 

Height (Set Method)

Sets new height of the control.

virtual bool  Height(
   const int  h      // height
   )

Parameters

h

[in]  New height.

Return Value

true - successful, otherwise - false.