InspectorUIUtility.RenderDocumentationButton(String, Single) 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 documentation button routing to relevant URI
public static bool RenderDocumentationButton (string docURL, float width = 175);
static member RenderDocumentationButton : string * single -> bool
Public Shared Function RenderDocumentationButton (docURL As String, Optional width As Single = 175) As Boolean
Parameters
- docURL
- String
documentation URL to open on button click
- width
- Single
Returns
true if button clicked, false otherwise