GetFont 方法

GetFont 方法

Return to chapter overview

GetFont 方法

返回表示当前窗格字体的窗格Font对象。

GetFont()

示例

' 得到框架名称为"MainFrame",窗格名称为"Window1"的窗格对象

Set Grid = MainFrame.GetGridByName("Window1")

'得到Font对象

Set GirdFont = Grid.GetFont()

'将对象字体改为改体

GridFont.Bold = True

'指示窗格以后使用自定义字体显示

Grid.S.tFont()