ProvideToolboxPageAttribute Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of ProvideToolboxPageAttribute.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ProvideToolboxPageAttribute(Type, Int16) | Initializes a new instance of ProvideToolboxPageAttribute, using the type of the class implementing the Customize Toolbox dialog page, and a resource ID. | |
ProvideToolboxPageAttribute(Type, Int16, Int16) | Initializes a new instance of ProvideToolboxPageAttribute, using the type of the class implementing the Customize Toolbox dialog page, a resource ID, and a page order. | |
ProvideToolboxPageAttribute(Type, Int16, Int16, String) | Initializes a new instance of ProvideToolboxPageAttribute, using the Type of the class implementing the Customize Toolbox dialog page, a resource ID, a page order, and a help string. |
Top