GadgetHeight()

语法

Result = GadgetHeight(#Gadget [, Mode])
概要
Returns the height of the specified gadget.

参数

#Gadget The gadget to use.
Mode (optional) Can be one of the following value:
  - #PB_Gadget_ActualSize  : returns the current height of the gadget, in pixels (default).
  - #PB_Gadget_RequiredSize: returns the height needed to fully display the gadget, in pixels.

返回值

Returns the height of the gadget in pixels.

参阅

GadgetWidth(), GadgetX(), GadgetY(), ResizeGadget()

已支持操作系统

所有

<- FreeGadget() - Gadget Index - GadgetID() ->