TITLEBAR_TYPE enumeration

Elements of the TITLEBAR_TYPE enumeration are used to specify types of titlebars that are available for a soft keyboard window.

Syntax

typedef enum tagTITLEBAR_TYPE { 
  TITLEBAR_NONE                = 0,
  TITLEBAR_GRIPPER_HORIZ_ONLY  = 1,
  TITLEBAR_GRIPPER_VERTI_ONLY  = 2,
  TITLEBAR_GRIPPER_BUTTON      = 3
} TITLEBAR_TYPE;

Constants

TITLEBAR_NONE

The soft keyboard window uses no titlebar.

TITLEBAR_GRIPPER_HORIZ_ONLY

The soft keyboard window uses a horizontal gripper bar only.

TITLEBAR_GRIPPER_VERTI_ONLY

The soft keyboard window uses a vertical gripper bar only.

TITLEBAR_GRIPPER_BUTTON

The soft keyboard window uses a gripper button only.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Redistributable
TSF 1.0 on Windows 2000 Professional
Header
Softkbdc.h
IDL
Softkbd.idl