Search Results for

    Show / Hide Table of Contents

    Class OTZFontComboBox

    OTZ フォントコンボボックスコントロールの機能を提供します。

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ListControl
    System.Windows.Forms.ComboBox
    OTZComboBox
    OTZFontComboBox
    Implements
    IOTZControl
    Inherited Members
    OTZComboBox.ColorTable
    OTZComboBox.Theme
    OTZComboBox.Dispose(Boolean)
    OTZComboBox.OnDpiChangedAfterParent(EventArgs)
    OTZComboBox.WndProc(Message)
    OTZComboBox.TextToTop()
    OTZComboBox.ToArray()
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZFontComboBox : OTZComboBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IOTZControl

    コンストラクタ

    OTZFontComboBox()

    コンストラクタ

    宣言
    public OTZFontComboBox()

    プロパティ

    SelectedFont

    現在選択されているフォントを取得または設定します。

    宣言
    [Browsable(true)]
    public FontFamily SelectedFont { get; set; }
    プロパティ値
    型 説明
    System.Drawing.FontFamily

    メソッド

    OnDrawItem(DrawItemEventArgs)

    DrawItem イベントを発生させます。

    宣言
    protected override void OnDrawItem(DrawItemEventArgs e)
    パラメーター
    型 名前 説明
    DrawItemEventArgs e

    OnSelectedIndexChanged(EventArgs)

    SelectedIndexChanged イベントを発生させます。

    宣言
    protected override void OnSelectedIndexChanged(EventArgs e)
    パラメーター
    型 名前 説明
    EventArgs e

    UpdateComboBox()

    コンボボックスの内容を更新します。

    宣言
    public void UpdateComboBox()

    Implements

    IOTZControl
    In This Article
    Back to top Generated by DocFX