'宣言 Public Enum ControlBasePropertyIds Inherits System.Enum
public enum ControlBasePropertyIds : System.Enum
メンバ | 解説 |
---|---|
Appearance | ControlBase.Appearance プロパティ |
Appearances | ControlBase.Appearances プロパティ |
AutoSize | AutoSizeControlBase.AutoSize プロパティ |
HotTrackAppearance | ControlBase.HotTrackAppearance プロパティ |
HotTracking | ControlBase.HotTracking プロパティ |
ImageList | ControlBase.ImageList プロパティ |
ImageSize | ControlBase.ImageSize プロパティ |
ImageTransparentColor | ControlBase.ImageTransparentColor プロパティ |
Padding | ControlBase.Padding プロパティ |
UseHotTracking | ControlBase.UseHotTracking プロパティ |
UseMnemonic | ControlBase.UseMnemonic プロパティ |
WrapText | ControlBase.WrapText プロパティ |
プロパティ識別子は、Infragistics.Win.UltraControlBase.PropertyChanged イベントのハンドラーに渡されます。これは、コントロールの状態の変更の通知を受け取りこれらの変更に対応するための一般的な技術を提供します。Infragistics.Win.UltraControlBase から派生したすべてのコントロールはこの機能を公開します。