Full Screen toggles between full screen and normal display for the current notebook.
This example demonstrates how you can use the Invokethread option of user interface functions to allow user interface updates to be visible when performing a long Mathematica ...
Enabled
(Built-in Mathematica Symbol) Enabled is an option for objects such as Slider that specifies whether the objects should be enabled for interactive manipulation.
ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.
CastNETObject[obj, type] casts the specified object to a different type.
InstanceOf[netobject, nettype] gives True if netobject is an instance of the type nettype, or a subtype, and False otherwise.
GUIInformation[obj] returns information about a live interface object.GUIInformation[obj, target] returns information about a specific widget in the ...
JavaBlock[expr] causes all new Java objects returned to Mathematica during the evaluation of expr to be released when expr finishes. It is an error to refer to such an object ...
LoadJavaClass[classname] loads the specified class into Java and sets up definitions so that it can be used from Mathematica.