ModelingToolboxItemBase Class

Definition

Represents an abstract toolbox item.

public ref class ModelingToolboxItemBase abstract : System::Drawing::Design::ToolboxItem
[System.Security.SecurityCritical]
[System.Serializable]
public abstract class ModelingToolboxItemBase : System.Drawing.Design.ToolboxItem
[<System.Security.SecurityCritical>]
[<System.Serializable>]
type ModelingToolboxItemBase = class
    inherit ToolboxItem
Public MustInherit Class ModelingToolboxItemBase
Inherits ToolboxItem
Inheritance
ModelingToolboxItemBase
Derived
Attributes

Constructors

ModelingToolboxItemBase(SerializationInfo, StreamingContext)

Serialization constructor.

ModelingToolboxItemBase(String, Int32, String, Bitmap, String, String, String, String, ICollection)

Initializes a new instance of the ModelingToolboxItemBase class.

Properties

ComponentType

Gets the ComponentType string that is shown in the tooltip for this item.

ContextSensitiveHelpKeyword

Gets context sensitive help keyword of the toolbox item. Should NOT be localized.

Id

Gets the unique identified of this toolbox item.

Position

Gets the suggested position of the toolbox item.

TabName

Gets the name of the toolbox tab to contain this item. Should be localized.

TabNameId

Gets non-localized name Id of the toolbox tab to contain this item. Must NOT be localized.

Methods

Deserialize(SerializationInfo, StreamingContext)

Deserialize this instance of the ModelingToolboxItemBase.

Equals(Object)

Determines whether two ModelingToolboxItemBase instances are equal.

GetHashCode()

Returns the hash code for this instance.

Serialize(SerializationInfo, StreamingContext)

Serializes this instance of the ModelingToolboxItemBase.

Applies to