Search Results for

    Show / Hide Table of Contents

    Class OTZStatusStrip

    OTZ ステータスバーコントロールの機能を提供します。

    Inheritance
    System.Object
    OTZStatusStrip
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZStatusStrip : StatusStrip

    コンストラクタ

    OTZStatusStrip()

    コンストラクタ

    宣言
    public OTZStatusStrip()

    プロパティ

    IsDesignMode

    デザインモードかどうかを取得します。

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

    ParentForm

    親フォームを取得または設定します。

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

    親フォーム。

    StatusBarGripStyle

    ステータスバーのグリップを取得または設定します。

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

    メソッド

    WndProc(ref Message)

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

    宣言
    protected override void WndProc(ref Message m)
    パラメーター
    型 名前 説明
    Message m
    In This Article
    Back to top Generated by DocFX