Click or drag to resize

PadDescriptor Class

Describes a pad.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorkbenchPadDescriptor

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class PadDescriptor : IDisposable

The PadDescriptor type exposes the following members.

Constructors
 NameDescription
Public methodPadDescriptor(Codon) Creates a new pad descriptor from the AddIn tree.
Public methodPadDescriptor(Type, String, String) Creates a pad descriptor for the specified pad type.
Top
Properties
 NameDescription
Public propertyCategory Returns the category (this is used for defining where the menu item to this pad goes)
Public propertyClass Gets the name of the pad class.
Public propertyDefaultPosition Gets/sets the default position of the pad.
Public propertyIcon Returns the icon bitmap resource name of the pad. May be an empty string if the pad has no icon defined.
Public propertyPadContent Gets the lazily created pad content.
Public propertyServiceInterface Gets the type of the service interface.
Public propertyShortcut Returns the menu shortcut for the view menu item.
Public propertyTitle Returns the title of the pad.
Top
Methods
 NameDescription
Public methodBringPadToFront Brings the pad to the front.
Public methodCreatePad Creates the pad content if it has not been created yet.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also