Click or drag to resize

AbstractPadContent Class

[Missing <summary> documentation for "T:Altaxo.Gui.Workbench.AbstractPadContent"]

Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorkbenchAbstractPadContent
    More

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract class AbstractPadContent : IPadContent, 
	IWorkbenchContent, IMVCController, IDisposable, INotifyPropertyChanged, IServiceProvider

The AbstractPadContent type exposes the following members.

Constructors
 NameDescription
Protected methodAbstractPadContentInitializes a new instance of the AbstractPadContent class
Top
Properties
 NameDescription
Public propertyCategory 
Public propertyContentId 
Public propertyDefaultPosition 
Public propertyIconSource 
Public propertyInitiallyFocusedControl Gets the control which has focus initially.
Public propertyIsActive Gets or sets a value indicating whether the view of this instance is active in the UI.
Public propertyIsSelected Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
Public propertyIsVisible Gets or sets the visibility of the pad. If false, the pad is not visible. If true, the pad may be visible or is collapsed.
Public propertyModelObject Returns the model (document) that this controller manages.
Public propertyPadDescriptor 
Public propertyShortcut 
Public propertyTitle 
Public propertyViewObject Returns the Gui element that shows the model to the user.
Top
Methods
 NameDescription
Public methodBringToFront 
Public methodDisposeReleases all resources used by the AbstractPadContent
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetService 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
Fields
See Also
Inheritance Hierarchy