Click or drag to resize

ToolbarItemDescriptor Class

Represents a toolbar item. These objects are created by the ToolbarItemDoozer and then converted into GUI-toolkit-specific objects by the ToolbarService.
Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsToolbarItemDescriptor

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public sealed class ToolbarItemDescriptor

The ToolbarItemDescriptor type exposes the following members.

Constructors
 NameDescription
Public methodToolbarItemDescriptorInitializes a new instance of the ToolbarItemDescriptor class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldCodon 
Public fieldConditions 
Public fieldParameter 
Public fieldSubItems 
Top
See Also