Search Results for

    Show / Hide Table of Contents

    Class OTZTitlebarPanel

    OTZ タイトルバーのパネルコントロールの機能を提供します。

    Inheritance
    System.Object
    OTZPanel
    OTZTitlebarPanel
    Implements
    IOTZControl
    Inherited Members
    OTZPanel.ColorTable
    OTZPanel.Theme
    OTZPanel.DrawFormBackgroundImage
    OTZPanel.DrawBorder
    OTZPanel.Padding
    OTZPanel.WndProc(Message)
    名前空間: OTZControls.Forms
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZTitlebarPanel : OTZPanel, IOTZControl

    コンストラクタ

    OTZTitlebarPanel()

    コンストラクタ

    宣言
    public OTZTitlebarPanel()

    プロパティ

    IsActive

    アクティブかどうかを取得または設定します。

    宣言
    [Browsable(false)]
    public bool IsActive { get; set; }
    プロパティ値
    型 説明
    System.Boolean

    メソッド

    GetScaledBounds(Rectangle, SizeF, BoundsSpecified)

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

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

    OnPaint(PaintEventArgs)

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

    宣言
    protected override void OnPaint(PaintEventArgs e)
    パラメーター
    型 名前 説明
    PaintEventArgs e
    オーバーライド
    OTZPanel.OnPaint(PaintEventArgs)

    Implements

    IOTZControl
    In This Article
    Back to top Generated by DocFX