注: ShowFontTypeIndicator が True の場合、コントロールの ItemAppearance の Image プロパティは適用されません。
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.UltraFontNameEditor1.ShowFontNamesInFont = False Me.UltraFontNameEditor1.ShowFontTypeIndicator = True End Sub
private void Form1_Load(object sender, System.EventArgs e) { this.ultraFontNameEditor1.ShowFontNamesInFont = false; this.ultraFontNameEditor1.ShowFontTypeIndicator = true; }