比如下面的代码,如果不设置属性为true,就不会保存设置。
Dim fd As New Windows.Forms.FontDialogfd.Font = CurrentTable.FontIf fd.ShowDialog = DialogResult.OK Then CurrentTable.Font = fd.Font CurrentTable.NeedSaveSetting = TrueEnd If