'宣言 Public Enum PanelPropertyIds Inherits System.Enum
public enum PanelPropertyIds : System.Enum
| メンバ | 解説 |
|---|---|
| Appearance | UltraPanel.Appearance プロパティ |
| AutoScroll | UltraPanel.AutoScroll プロパティ |
| AutoScrollMargin | UltraPanel.AutoScrollMargin プロパティ |
| AutoScrollMinSize | UltraPanel.AutoScrollMinSize プロパティ |
| AutoSize | UltraPanel.AutoSize プロパティ |
| AutoSizeMode | UltraPanel.AutoSizeMode プロパティ |
| BorderStyle | UltraPanel.BorderStyle プロパティ |
| Enabled | ScrollProperties.Enabled プロパティ |
| GesturesEnabled | UltraPanel.GesturesEnabled プロパティ |
| HorizontalScrollProperties | UltraPanel.HorizontalScrollProperties プロパティ |
| LargeChange | ScrollProperties.LargeChange プロパティ |
| Maximum | ScrollProperties.Maximum プロパティ |
| Minimum | ScrollProperties.Minimum プロパティ |
| ScrollBarLook | UltraPanel.ScrollBarLook プロパティ |
| SmallChange | ScrollProperties.SmallChange プロパティ |
| Value | ScrollProperties.Value プロパティ |
| VerticalScrollProperties | UltraPanel.VerticalScrollProperties プロパティ |
| Visible | ScrollProperties.Visible プロパティ |
プロパティ識別子は、Infragistics.Win.UltraControlBase.PropertyChanged イベントのハンドラーに渡されます。これは、コントロールの状態の変更の通知を受け取りこれらの変更に対応するための一般的な技術を提供します。Infragistics.Win.UltraControlBase から派生したすべてのコントロールはこの機能を公開します。