Click or drag to resize

IWorkbench Properties

The IWorkbench type exposes the following members.

Properties
 NameDescription
Public propertyActiveContent The active content, depending on where the focus currently is. If a document is currently active, this will be equal to ActiveViewContent, if a pad has the focus, this property will return the IPadContent instance.
Public propertyActiveViewContent The active view content inside the active workbench window.
Public propertyFullScreen Gets or sets a value indicating whether the workbench is shown full screen, or not.
Public propertyPadContentCollection A collection in which all content which is shown as pads (not as documents).
Public propertyViewContentCollection A collection in which all opened view contents (including all secondary view contents) are saved.
Public propertyViewObjectGets the corresponding workbench GUI object, i.e for Windows the main windows.
Top
See Also