TiKeyBoard.SecondRowMargin

TiKeyBoard

Specifies the margin between the top row of keys and the second row.

property SecondRowMargin : Integer;

Description

Use SecondRowMargin to get or set the margin between the top row of keys and the second row. This property is specified in pixels.

Example

Delphi

iComponent.SecondRowMargin := 5;

C++ Builder

iComponent->SecondRowMargin = 5;

Contents | Index | Previous | Next