Abstract |
[Missing <summary> documentation for "T:Altaxo.Gui.Workbench.AbstractPadContent"]
public abstract class AbstractPadContent : IPadContent, IWorkbenchContent, IMVCController, IDisposable, INotifyPropertyChanged, IServiceProvider
The AbstractPadContent type exposes the following members.
Name | Description | |
---|---|---|
AbstractPadContent | Initializes a new instance of the AbstractPadContent class |
Name | Description | |
---|---|---|
Category | ||
ContentId | ||
DefaultPosition | ||
IconSource | ||
InitiallyFocusedControl | Gets the control which has focus initially. | |
IsActive | Gets or sets a value indicating whether the view of this instance is active in the UI. | |
IsSelected | Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container). | |
IsVisible | 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. | |
ModelObject | Returns the model (document) that this controller manages. | |
PadDescriptor | ||
Shortcut | ||
Title | ||
ViewObject | Returns the Gui element that shows the model to the user. |
Name | Description | |
---|---|---|
BringToFront | ||
Dispose | Releases all resources used by the AbstractPadContent | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetService | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnPropertyChanged | ||
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
PropertyChanged |
Name | Description | |
---|---|---|
_category | ||
_contentId | ||
_iconSource | ||
_isActive | ||
_isSelected | ||
_isVisible | ||
_padDescriptor | ||
_shortCut | ||
_title |