Pad |
public class PadDescriptor : IDisposable
The PadDescriptor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PadDescriptor(Codon) | Creates a new pad descriptor from the AddIn tree. |
![]() | PadDescriptor(Type, String, String) | Creates a pad descriptor for the specified pad type. |
Name | Description | |
---|---|---|
![]() | Category | Returns the category (this is used for defining where the menu item to this pad goes) |
![]() | Class | Gets the name of the pad class. |
![]() | DefaultPosition | Gets/sets the default position of the pad. |
![]() | Icon | Returns the icon bitmap resource name of the pad. May be an empty string if the pad has no icon defined. |
![]() | PadContent | |
![]() | ServiceInterface | Gets the type of the service interface. |
![]() | Shortcut | Returns the menu shortcut for the view menu item. |
![]() | Title | Returns the title of the pad. |
Name | Description | |
---|---|---|
![]() | BringPadToFront | |
![]() | CreatePad | |
![]() | Dispose | Releases all resources used by the PadDescriptor |
![]() | 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) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | (Overrides ObjectToString) |