Click or drag to resize

IPadContent Properties

The IPadContent type exposes the following members.

Properties
 NameDescription
Public propertyCategory Gets or sets the category used to determine where the menu item for this pad is placed.
Public propertyContentId Gets a string which uniquely identifies the content.
Public propertyDefaultPosition Gets the default position of this pad.
Public propertyIconSource Gets the icon bitmap resource name of the pad. May be an empty string if the pad has no icon defined.
Public propertyInitiallyFocusedControl Gets the control which has focus initially.
(Inherited from IWorkbenchContent)
Public propertyIsActive Gets or sets a value indicating whether this content is active.
(Inherited from IWorkbenchContent)
Public propertyIsSelected Gets or sets a value indicating whether this pad or document is selected. If this is a document, it is selected if the tab of the document is selected.
(Inherited from IWorkbenchContent)
Public propertyIsVisible Gets or sets the visibility of a pad or document. If false for a pad, the pad is not visible. If false for a document, the document tab header is not visible (but the document itself maybe visible). If true for a pad, the pad may be visible or is collapsed. If true for a document, the document tab header is visible (if it fits in the bar), and the document is visible, if it is selected, too.
(Inherited from IWorkbenchContent)
Public propertyModelObject Gets the model (document) that this controller manages.
(Inherited from IMVCController)
Public propertyPadDescriptor Gets or sets the pad descriptor that has created this pad content.
Public propertyShortcut Gets or sets the menu shortcut for the view menu item.
Public propertyTitle Returns the title of the pad (IPadContent), or the text on the tab page of the document window (IViewContent).
(Inherited from IWorkbenchContent)
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
(Inherited from IMVCController)
Top
See Also