' 属性: 菜单项边框颜色
public property get itemselectedgecolor() as long
itemselectedgecolor = edgecolor
end property
public property let itemselectedgecolor(byval nedgecolor as long)
edgecolor = nedgecolor
end property
' 属性: 菜单项背景填充风格
public property get itemselectfillstyle() as menuitemselectfillstyle
itemselectfillstyle = fillstyle
end property
public property let itemselectfillstyle(byval nfillstyle as menuitemselectfillstyle)
fillstyle = nfillstyle
end property
' 属性: 菜单项过渡色起始颜色(只有当 itemselectfillstyle 设置为 isfs_horizontalcolor 或 isfs_verticalcolor 时才有效)
' 当 itemselectfillstyle 设置为 isfs_solidcolor (实色填充)时以 itemselectfillstartcolor 颜色为准
public property get itemselectfillstartcolor() as long