Search Results for

    Show / Hide Table of Contents

    Class OTZTreeView

    OTZ ツリービューコントロールの機能を提供します。

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.TreeView
    OTZTreeView
    Implements
    IOTZControl
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZTreeView : TreeView, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IOTZControl

    コンストラクタ

    OTZTreeView()

    コンストラクタ

    宣言
    public OTZTreeView()

    プロパティ

    ColorTable

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

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

    カラーテーブル。

    Theme

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

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

    メソッド

    OnMouseDown(MouseEventArgs)

    宣言
    protected override void OnMouseDown(MouseEventArgs e)
    パラメーター
    型 名前 説明
    System.Windows.Forms.MouseEventArgs e
    オーバーライド
    System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)

    Implements

    IOTZControl
    In This Article
    Back to top Generated by DocFX