Foxtable(狐表)用户栏目专家坐堂 → 导航栏样式


  共有2103人关注过本帖树形打印复制链接

主题:导航栏样式

帅哥哟,离线,有人找我吗?
大红袍
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:贵宾 帖子:39310 积分:196782 威望:0 精华:1 注册:2015/4/25 9:23:00
  发帖心情 Post By:2015/7/13 9:42:00 [显示全部帖子]

窗口afterload事件,加入代码

 

Dim tpb As WinForm.TopicBar = e.Form.Controls("TopicBar1")
With Ctype(tpb.BaseControl, C1Command.C1TopicBar)
    '.VisualStyle = C1Command.VisualStyle.WindowsXP
    '.VisualStyle = C1Command.VisualStyle.Office2010Blue
    .VisualStyle = C1Command.VisualStyle.Office2007Silver
    .Padding = New Windows.Forms.Padding(4)
End With


 回到顶部