« Back to Product

Documentation

IPS_SetHiddenMaximize

Require: Symcon >= 9.1

 bool IPS_SetHiddenMaximize (int $ObjectID, bool $Hidden) 

Parameters

ObjectID

The ID of the object

Hidden

TRUE if maximize button is invisible

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

This function sets the visibility of the maximize button of the object's tile with the ID ObjectID. If the maximize button is not shown, the corresponding space of the tile remains empty and the tile cannot be maximized.

Example

IPS_SetHiddenMaximize(47381, true); //hide maximize button
Any questions?