end property
public property let itemtextselectcolor(byval ntextselectcolor as long)
textselectcolor = ntextselectcolor
end property
' 属性: 菜单项图标风格
public property get itemiconstyle() as menuitemiconstyle
itemiconstyle = iconstyle
end property
public property let itemiconstyle(byval niconstyle as menuitemiconstyle)
iconstyle = niconstyle
end property
' 属性: 菜单项边框风格
public property get itemselectedgestyle() as menuitemselectedgestyle
itemselectedgestyle = edgestyle
end property
public property let itemselectedgestyle(byval nedgestyle as menuitemselectedgestyle)
edgestyle = nedgestyle
end property