导航:  Windows Controls Procedures > Rebar Control > Structures >

REBARINFO

上一页返回章节概述下一页

描述

 

包含描述钢筋控件特性的信息.

 

FreeBASIC 语法

 

TYPE REBARINFO

  cbSize AS UINT

  fMask  AS UINT

  himl   AS HIMAGELIST

END TYPE

 

成员

 

cbSize

 

Size of this structure, in bytes. Your application must fill this member before sending any messages that use the address of this structure as a parameter.

 

fMask

 

Flag values that describe characteristics of the rebar control. Currently, rebar controls support only one value:

 

RBIM_IMAGELIST

The himl member is valid or must be filled.

 

himl

 

Handle to an image list. The rebar control will use the specified image list to obtain images.

 

引用文件

 

CommCtrl.bi