Search Results for

    Show / Hide Table of Contents

    Class OTZPanel

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

    Inheritance
    System.Object
    OTZPanel
    OTZTitlebarPanel
    OTZImageBox
    Implements
    IOTZControl
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZPanel : Panel, IOTZControl

    コンストラクタ

    OTZPanel()

    コンストラクタ

    宣言
    public OTZPanel()

    プロパティ

    ColorTable

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

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

    カラーテーブル。

    DrawBorder

    枠線を描画するかどうかを取得または設定します。

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

    DrawFormBackgroundImage

    親フォームに設定しているバッググラウンドイメージを描画するかどうかを取得または設定します。

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

    Padding

    コントロールのパディングを取得または設定します。

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

    Theme

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

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

    メソッド

    OnPaint(PaintEventArgs)

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

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

    WndProc(ref Message)

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

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

    Implements

    IOTZControl
    In This Article
    Back to top Generated by DocFX