'宣言 Public Enum PanelDockStyle Inherits System.Enum
public enum PanelDockStyle : System.Enum
'宣言 Public Enum PanelDockStyle Inherits System.Enum
public enum PanelDockStyle : System.Enum
メンバ | 解説 |
---|---|
Bottom | C1SplitterPanel の下端を所属先の C1SplitContainer の下端にドッキングします。 |
Left | C1SplitterPanel の左端を所属先の C1SplitContainer の左端にドッキングします。 |
Right | C1SplitterPanel の右端を所属先の C1SplitContainer の右端にドッキングします。 |
Top | C1SplitterPanel の上端を所属先の C1SplitContainer の上端にドッキングします。 |
System.Object
System.ValueType
System.Enum
C1.Win.SplitContainer.PanelDockStyle