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.3179.0 (4.8.3179.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 
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 
Public methodCreatePad 
Public methodDisposeReleases all resources used by the PadDescriptor
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 methodToString
(Overrides ObjectToString)
Top
See Also