InspectorUIUtility.DrawWarning(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.
draw a label with a yellow coloring
public:
static void DrawWarning(System::String ^ warning);
public static void DrawWarning (string warning);
static member DrawWarning : string -> unit
Public Shared Sub DrawWarning (warning As String)
Parameters
- warning
- String