以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  导航栏样式  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=71493)

--  作者:hbhb
--  发布时间:2015/7/12 21:31:00
--  导航栏样式
大师:请问导航栏样式如何改变?
--  作者:大红袍
--  发布时间: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