InspectorUIUtility.RenderHelpURL(Type) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Render a documentation header with button if Object contains HelpURLAttribute
public:
 static bool RenderHelpURL(Type ^ targetType);
	public static bool RenderHelpURL(Type targetType);
	static member RenderHelpURL : Type -> bool
	Public Shared Function RenderHelpURL (targetType As Type) As Boolean
	Parameters
- targetType
 - Type
 
Type to test for HelpURLAttribute
Returns
true if object drawn and button clicked, false otherwise