HelpKeywordAttribute Constructor (Type^)

 

Initializes a new instance of the HelpKeywordAttribute class from the given type.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
HelpKeywordAttribute(
	Type^ t
)

Parameters

t
Type: System::Type^

The type from which the Help keyword will be taken.

Exception Condition
ArgumentNullException

t is null.

The Help keyword will be set to the FullName property of t.

.NET Framework
Available since 2.0
Return to top
Show: