Search Results for

    Show / Hide Table of Contents

    Class OTZControlBase

    コントロールの基本機能を提供します。

    Inheritance
    System.Object
    OTZControlBase
    OTZNumberBox
    OTZSlider
    Implements
    IOTZControl
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZControlBase : Control, IOTZControl

    コンストラクタ

    OTZControlBase()

    コンストラクタ

    宣言
    public OTZControlBase()

    プロパティ

    ColorTable

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

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

    カラーテーブル。

    Control

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

    IsMouseActivate

    宣言
    public bool IsMouseActivate { get; set; }
    プロパティ値
    型 説明
    System.Boolean

    IsMouseLeftButtonDown

    宣言
    public bool IsMouseLeftButtonDown { get; set; }
    プロパティ値
    型 説明
    System.Boolean

    IsScalingRequired

    宣言
    public bool IsScalingRequired { get; }
    プロパティ値
    型 説明
    System.Boolean

    IsWindow

    宣言
    protected virtual bool IsWindow { get; }
    プロパティ値
    型 説明
    System.Boolean

    MouseDownPosition

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

    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

    OnMouseDown(MouseEventArgs)

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

    OnMouseUp(MouseEventArgs)

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

    ScaleControl(SizeF, BoundsSpecified)

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

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

    WndProc(ref Message)

    Windows メッセージを処理します。

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

    Implements

    IOTZControl
    In This Article
    Back to top Generated by DocFX