Search Results for

    Show / Hide Table of Contents

    Class OTZMenuStrip

    OTZ メニューバーコントロールの機能を提供します。

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

    コンストラクタ

    OTZMenuStrip()

    コンストラクタ

    宣言
    public OTZMenuStrip()

    プロパティ

    IsDesignMode

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

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

    ParentForm

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

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

    親フォーム。

    メソッド

    WndProc(ref Message)

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

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