Syntax
Skin = WidgetGetSkin(Widget)
Description
Retrieves the handle of the specific skin object currently assigned to the widget.
Parameters
Widget
The handle of the ProGUI widget whose assigned skin is to be retrieved.
Return Value
Returns the handle to the skin object assigned to the widget using WidgetSetSkin(). If no specific skin has been assigned, it returns #Null (or 0), indicating the widget will use the default skin set by SkinSetDefault(). Returns #False if the widget handle is invalid.
Remarks
Even if this function returns #Null, the widget will still attempt to use the default skin for styling. This function is useful if you need to know if a specific skin instance (other than the default) is managing the widget's appearance.
See Also
WidgetSetSkin, CreateSkin, LoadSkin, SkinSetDefault, SkinGetDefault
Supported OS
Windows, Linux