GetGadgetItemAttribute()
Syntax
Value = GetGadgetItemAttribute(#Gadget, Item, Attribute)Description
Gets the 'Attribute' value of the specified #Gadget item. This function is available for all gadgets which support item attributes:
- MDIGadget(): get one of the following attributes:#PB_MDI_ItemWidth : Get the current width of a childwindow #PB_MDI_ItemHeight: Get the current height of a childwindow
Supported OS
Windows, Linux, MacOS X