Search Results for

    Show / Hide Table of Contents

    Class OTZTabOnlyDragTab

    OTZ タブオンリーコントロールのドラッグされるタブの機能を提供します。

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.Form
    OTZTabOnlyDragTab
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZTabOnlyDragTab : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

    コンストラクタ

    OTZTabOnlyDragTab(OTZTabOnlyControl)

    宣言
    public OTZTabOnlyDragTab(OTZTabOnlyControl tabControl)
    パラメーター
    型 名前 説明
    OTZTabOnlyControl tabControl

    プロパティ

    ShowWithoutActivation

    宣言
    protected override bool ShowWithoutActivation { get; }
    プロパティ値
    型 説明
    System.Boolean
    オーバーライド
    System.Windows.Forms.Form.ShowWithoutActivation

    TabControl

    オーナーを取得または設定します。

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

    TabPage

    ドラッグしたタブを取得または設定します。

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

    メソッド

    MoveTab(Point)

    ドラッグしたタブを移動します。

    宣言
    public void MoveTab(Point position)
    パラメーター
    型 名前 説明
    System.Drawing.Point position

    Show()

    ドラッグしたタブを表示します。

    宣言
    public void Show()

    WndProc(ref Message)

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

    宣言
    protected override void WndProc(ref Message m)
    パラメーター
    型 名前 説明
    System.Windows.Forms.Message m
    オーバーライド
    System.Windows.Forms.Form.WndProc(System.Windows.Forms.Message)
    In This Article
    Back to top Generated by DocFX