Search Results for

    Show / Hide Table of Contents

    Class OTZCheckBox

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

    Inheritance
    System.Object
    OTZCheckBox
    Implements
    IOTZControl
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZCheckBox : CheckBox, IOTZControl

    コンストラクタ

    OTZCheckBox()

    コンストラクタ

    宣言
    public OTZCheckBox()

    プロパティ

    ColorTable

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

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

    カラーテーブル。

    Theme

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

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

    メソッド

    GetScaledBounds(Rectangle, SizeF, BoundsSpecified)

    コントロールがスケーリングされる範囲を取得します。

    宣言
    protected override Rectangle GetScaledBounds(Rectangle bounds, SizeF factor, BoundsSpecified specified)
    パラメーター
    型 名前 説明
    Rectangle bounds
    SizeF factor
    BoundsSpecified specified
    戻り値
    型 説明
    Rectangle

    OnLostFocus(EventArgs)

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

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

    OnMouseDown(MouseEventArgs)

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

    宣言
    protected override void OnMouseDown(MouseEventArgs mevent)
    パラメーター
    型 名前 説明
    MouseEventArgs mevent

    OnMouseEnter(EventArgs)

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

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

    OnMouseLeave(EventArgs)

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

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

    OnMouseMove(MouseEventArgs)

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

    宣言
    protected override void OnMouseMove(MouseEventArgs mevent)
    パラメーター
    型 名前 説明
    MouseEventArgs mevent

    OnMouseUp(MouseEventArgs)

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

    宣言
    protected override void OnMouseUp(MouseEventArgs mevent)
    パラメーター
    型 名前 説明
    MouseEventArgs mevent

    OnPaint(PaintEventArgs)

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

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

    イベントデータ。

    ScaleControl(SizeF, BoundsSpecified)

    コントロールの位置、サイズ、埋め込み、およびマージンのスケールを設定します。

    宣言
    protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
    パラメーター
    型 名前 説明
    SizeF factor
    BoundsSpecified specified

    WndProc(ref Message)

    宣言
    protected override void WndProc(ref Message m)
    パラメーター
    型 名前 説明
    Message m

    Implements

    IOTZControl
    In This Article
    Back to top Generated by DocFX