Search Results for

    Show / Hide Table of Contents

    Class OTZNumericUpDown

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

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.UpDownBase
    System.Windows.Forms.NumericUpDown
    OTZNumericUpDown
    Implements
    IOTZControl
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZNumericUpDown : NumericUpDown, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISupportInitialize, IOTZControl

    コンストラクタ

    OTZNumericUpDown()

    コンストラクタ

    宣言
    public OTZNumericUpDown()

    フィールド

    FirstBounds

    宣言
    public Rectangle FirstBounds
    Field Value
    型 説明
    Rectangle

    プロパティ

    ColorTable

    カラーテーブルを取得または設定します。

    宣言
    [Browsable(false)]
    public OTZControlColorTableBase ColorTable { get; set; }
    プロパティ値
    型 説明
    OTZControlColorTableBase

    カラーテーブル。

    Font

    コントロールによって表示されるテキストのフォントを取得または設定します。

    宣言
    public override Font Font { get; set; }
    プロパティ値
    型 説明
    Font
    オーバーライド
    System.Windows.Forms.Control.Font

    Theme

    テーマを取得または設定します。

    宣言
    public OTZControlThemeType Theme { get; set; }
    プロパティ値
    型 説明
    OTZControlThemeType

    メソッド

    OnPaint(PaintEventArgs)

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

    宣言
    protected override void OnPaint(PaintEventArgs pevent)
    パラメーター
    型 名前 説明
    System.Windows.Forms.PaintEventArgs pevent
    オーバーライド
    System.Windows.Forms.UpDownBase.OnPaint(System.Windows.Forms.PaintEventArgs)

    Implements

    IOTZControl
    In This Article
    Back to top Generated by DocFX