Tao.DevIl SDK Documentation

Ilut.ilutGetBoolean Method 

The ilutGetBooleanv return the value of a selected mode.

[Visual Basic]
Public Shared Function ilutGetBoolean( _
   ByVal Mode As Integer _
) As Boolean
[C#]
public static bool ilutGetBoolean(
   int Mode
);

Parameters

Mode
The selected mode.

Return Value

The ilutGetBoolean returns the value of a selected mode.

See Also

Ilut Class | Tao.DevIl Namespace