GetGadgetAttribute()

Syntax

Value = GetGadgetAttribute(#Gadget, Attribute)
Description
Gets the 'Attribute' value of the specified #Gadget. This function is available for all gadgets which support attributes:

- CalendarGadget() : use #PB_Calendar_Minimum or #PB_Calendar_Maximum to get the minimum/maximum selectable date for this gadget.
- DateGadget() : use #PB_Date_Minimum or #PB_Date_Maximum to get the minimum/maximum selectable date for this gadget.
- MDIGadget() : use #PB_MDI_SizedItem to find out which childwindow has been resized after a #PB_EventType_SizeItem has occured.
- ScrollAreaGadget()
- SplitterGadget()

Supported OS

Windows, Linux

<- GadgetY() - Gadget Index - GetGadgetFont() ->