バージョン

PanelPropertyIds 列挙体

UltraPanel プロパティ ID の列挙体
シンタックス
'宣言
 
Public Enum PanelPropertyIds 
   Inherits System.Enum
public enum PanelPropertyIds : System.Enum 
メンバ
メンバ解説
AppearanceUltraPanel.Appearance プロパティ
AutoScrollUltraPanel.AutoScroll プロパティ
AutoScrollMarginUltraPanel.AutoScrollMargin プロパティ
AutoScrollMinSizeUltraPanel.AutoScrollMinSize プロパティ
AutoSizeUltraPanel.AutoSize プロパティ
AutoSizeModeUltraPanel.AutoSizeMode プロパティ
BorderStyleUltraPanel.BorderStyle プロパティ
EnabledScrollProperties.Enabled プロパティ
GesturesEnabledUltraPanel.GesturesEnabled プロパティ
HorizontalScrollPropertiesUltraPanel.HorizontalScrollProperties プロパティ
LargeChangeScrollProperties.LargeChange プロパティ
MaximumScrollProperties.Maximum プロパティ
MinimumScrollProperties.Minimum プロパティ
ScrollBarLookUltraPanel.ScrollBarLook プロパティ
SmallChangeScrollProperties.SmallChange プロパティ
ValueScrollProperties.Value プロパティ
VerticalScrollPropertiesUltraPanel.VerticalScrollProperties プロパティ
VisibleScrollProperties.Visible プロパティ
解説

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

参照