WindowBlinds : DirectSkin
EnableMenuExpansion
 

The EnableMenuExpansion method can be used to change the size of the menus. Menus are sized as per the system font, but if you want to make menus larger, or smaller then you can use this function.

void EnableMenuExpansion(long percent);

Parameters

percent
Percent larger or smaller to make the menu size. Passing in 110 would make the menus 10% larger, 90 would make the menus 10% smaller.

Return Values

 

none

Remarks

 

The only reason for using this would usually be because your skin uses a bold menu font which will be quite a bit wider than normal menus.

See Also

 

There are no related topics to this method.