NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DrawingToolboxItem Members

Public:

Constructor

DrawingToolboxItem Constructor Overloaded. [To be supplied.]

Properties

AssemblyNames (inherited from ToolboxItem) Retrieves the list of module paths associated with each type contained in this ToolboxItem
DisplayName (inherited from ToolboxItem) Retrieves the display name for this ToolboxItem. This is the string that will be displayed for the item in the toolbox
Extension (inherited from ToolboxItem) [To be supplied.]
Flags (inherited from ToolboxItem) Retrieves the capability flags of this item.
ItemBitmap (inherited from ToolboxItem) Retrieves the Bitmap that will be used on the toolbox for this item. This bitmap must be 16 x 16 pixels.
ItemCount (inherited from ToolboxItem) Retrieves the number of Types contained in this ToolboxItem
ItemTypeNames (inherited from ToolboxItem) Retrieves the fully-qualified string names of the Types contained in this ToolboxItem

Methods

CreateComponents (inherited from ToolboxItem) Overloaded. [To be supplied.]
Equals (inherited from ToolboxItem) [To be supplied.]
GetHashCode (inherited from ToolboxItem) [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
Save (inherited from ToolboxItem) Saves this ToolboxItem's state from the stream. If derived classes wish to do any special persistance they MUST override this method, and first call base.Save() before doing their own persistance.
ToString (inherited from Object) Returns a String that represents the current Object.

Events

ComponentsCreated (inherited from ToolboxItem) [To be supplied.]

Protected:

Methods

CreateComponentsCore (inherited from ToolboxItem) Creates objects from each Type contained in this ToolboxItem, and adds them to the designer. You may override this method to alter the way components are created.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
Load (inherited from ToolboxItem) Loads this ToolboxItem's state from the stream. If derived classes wish to do any special persistance they MUST override this method, and first call base.Load() before doing their own persistance.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnComponentsCreated (inherited from ToolboxItem) Fires a handler that will be fired when this ToolboxItem creates a Component.

Event Hookup:

Methods

AddOnComponentsCreated (inherited from ToolboxItem) Adds a handler that will be fired when this ToolboxItem creates a Component.
RemoveOnComponentsCreated (inherited from ToolboxItem) Removes a handler that will be fired when this ToolboxItem creates a Component.

See Also

DrawingToolboxItem Class | System.Drawing.Design Namespace