VB打造超酷个性化菜单(三)[4]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 goodname008 的 blog

    if nbarstyle >= 0 and nbarstyle <= 4 then

        barstyle = nbarstyle

    end if

end property

 

' 属性: 菜单附加条图像(只有当 leftbarstyle 设置为 lbs_image 时才有效)

public property get leftbarimage() as stdpicture

    set leftbarimage = barimage

end property

 

public property let leftbarimage(byval nbarimage as stdpicture)

    set barimage = nbarimage

end property

 

' 属性: 菜单附加条过渡色起始颜色(只有当 leftbarstyle 设置为 lbs_horizontalcolor lbs_verticalcolor 时才有效)

'       leftbarstyle 设置为 lbs_solidcolor (实色填充)时以 leftbarstartcolor 颜色为准

public property get leftbarstartcolor() as long

    leftbarstartcolor = barstartcolor

end property

 

本文关键:VB XP 个性化 风格 菜单
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top