ListViewGroup.CollapsedState プロパティ

定義

グループに表示される ListViewGroupCollapsedState を制御します。

public:
 property System::Windows::Forms::ListViewGroupCollapsedState CollapsedState { System::Windows::Forms::ListViewGroupCollapsedState get(); void set(System::Windows::Forms::ListViewGroupCollapsedState value); };
public System.Windows.Forms.ListViewGroupCollapsedState CollapsedState { get; set; }
member this.CollapsedState : System.Windows.Forms.ListViewGroupCollapsedState with get, set
Public Property CollapsedState As ListViewGroupCollapsedState

プロパティ値

ListViewGroupCollapsedState

グループの ListViewGroupCollapsedState 表示方法を指定する値の 1 つ。 既定値は、Default です。

例外

このプロパティの設定時に指定した値が、有効な ListViewGroupCollapsedState 値ではありません。

適用対象