SetGadgetAttribute()
语法
SetGadgetAttribute(#Gadget, Attribute, Value)概要
Changes an attribute value of the specified gadget.
参数
#Gadget The gadget to use. Attribute The attribute to set. See the documentation of each gadget for the supported attributes and their meaning. Value The value to set for the attribute.
返回值
无.
Remarks
This function is available for all gadgets which support attributes:
- ButtonImageGadget()
- CalendarGadget()
- CanvasGadget()
- DateGadget()
- EditorGadget()
- ExplorerListGadget()
- ListIconGadget()
- MDIGadget()
- OpenGLGadget()
- ProgressBarGadget()
- ScrollAreaGadget()
- ScrollBarGadget()
- SpinGadget()
- SplitterGadget()
- StringGadget()
- TrackBarGadget()
- WebGadget()
参阅
GetGadgetAttribute(), GetGadgetItemAttribute(), SetGadgetItemAttribute()
已支持操作系统
所有