com.onlineobject.objectnet Namespace

EditorUtils..::..PrintBoolean Method (Boolean%, String, String, Int32, Int32, Boolean)

Prints the boolean.

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

Syntax


public static bool PrintBoolean(

	ref bool value,

	string title,

	string icon,

	int iconSize,

	int fontSize,

	bool isolateHorizontal

)

Parameters

value
Type: Boolean%
if set to true [value].
title
Type: String
The title.
icon
Type: String
The icon.
iconSize
Type: Int32
Size of the icon.
fontSize
Type: Int32
Size of the font.
isolateHorizontal
Type: Boolean
if set to true [isolate horizontal].

Return Value

true if XXXX, false otherwise.