com.onlineobject.objectnet Namespace

EditorUtils..::..PrintImageButton Method (String, String, Color, Color, Action)

Prints the image button.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static void PrintImageButton(

	string text,

	string icon,

	Color buttonColor,

	Color fontColor,

	Action onClick

)

Parameters

text
Type: String
The text.
icon
Type: String
The icon.
buttonColor
Type: Color
Color of the button.
fontColor
Type: Color
Color of the font.
onClick
Type: Action
The on click.