InspectorUIUtility.RenderDocumentationSection(String) 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 for given url value
public:
static bool RenderDocumentationSection(System::String ^ url);
public static bool RenderDocumentationSection (string url);
static member RenderDocumentationSection : string -> bool
Public Shared Function RenderDocumentationSection (url As String) As Boolean
Parameters
- url
- String
Url to open if button is clicked
Returns
true if object drawn and button clicked, false otherwise