Search Results for

    Show / Hide Table of Contents

    Class OTZListView

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

    Inheritance
    System.Object
    OTZListView
    Implements
    IOTZControl
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZListView : ListView, IOTZControl

    コンストラクタ

    OTZListView()

    コンストラクタ

    宣言
    public OTZListView()

    プロパティ

    ColorTable

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

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

    カラーテーブル。

    Theme

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

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

    テーマ。

    メソッド

    OnDrawSubItem(DrawListViewSubItemEventArgs)

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

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

    OnHandleCreated(EventArgs)

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

    宣言
    protected override void OnHandleCreated(EventArgs e)
    パラメーター
    型 名前 説明
    EventArgs 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