バージョン

ControlLayoutManagerPropertyIds 列挙体

ControlLayoutManagerBase およびその関連づけられたクラスのプロパティ ID
シンタックス
'宣言
 
Public Enum ControlLayoutManagerPropertyIds 
   Inherits System.Enum
public enum ControlLayoutManagerPropertyIds : System.Enum 
メンバ
メンバ解説
AlignmentUltraFlowLayoutManager.Alignment プロパティ
ContainerControlControlLayoutManagerBase.ContainerControl プロパティ
ExpandToFitHeightUltraGridBagLayoutManager.ExpandToFitHeight プロパティ
ExpandToFitWidthUltraGridBagLayoutManager.ExpandToFitWidth プロパティ
HorizontalAlignmentUltraFlowLayoutManager.HorizontalAlignment プロパティ
HorizontalGapUltraFlowLayoutManager.HorizontalGap プロパティ
MarginsControlLayoutManagerBase.Margins プロパティ
OrientationUltraFlowLayoutManager.Orientation プロパティ
VerticalAlignmentUltraFlowLayoutManager.VerticalAlignment プロパティ
VerticalGapUltraFlowLayoutManager.VerticalGap プロパティ
WrapItemsUltraFlowLayoutManager.WrapItems プロパティ
解説

プロパティ識別子は、Infragistics.Win.UltraComponentBase.PropertyChanged イベントのハンドラーに渡されます。これは、コンポーネントの状態の変更の通知を受け取りこれらの変更に対応するための一般的な技術を提供します。Infragistics.Win.UltraComponentBase から派生したすべてのコンポーネントはこの機能を公開します。

参照