バージョン

GroupBoxPropertyIds 列挙体

UltraGroupBox プロパティ ID の列挙体
シンタックス
'宣言
 
Public Enum GroupBoxPropertyIds 
   Inherits System.Enum
public enum GroupBoxPropertyIds : System.Enum 
メンバ
メンバ解説
AppearanceUltraGroupBox.Appearance プロパティ。
BorderStyleUltraGroupBox.BorderStyle プロパティ。
CaptionAlignmentUltraGroupBox.CaptionAlignment プロパティ。
ContentAreaAppearanceUltraGroupBox.ContentAreaAppearance プロパティ。
ExpandedUltraExpandableGroupBox.Expanded プロパティ。
ExpansionIndicatorUltraExpandableGroupBox.ExpansionIndicator プロパティ。
ExpansionIndicatorCollapsedUltraExpandableGroupBox.ExpansionIndicatorCollapsed プロパティ。
ExpansionIndicatorExpandedUltraExpandableGroupBox.ExpansionIndicatorExpanded プロパティ。
HeaderAppearanceUltraGroupBox.HeaderAppearance プロパティ。
HeaderBorderStyleUltraGroupBox.HeaderBorderStyle プロパティ。
HeaderClickActionUltraExpandableGroupBox.HeaderClickAction プロパティ。
HeaderCollapsedAppearanceUltraExpandableGroupBox.HeaderCollapsedAppearance プロパティ。
HeaderExpandedAppearanceUltraExpandableGroupBox.HeaderExpandedAppearance プロパティ。
HeaderHotTrackingAppearanceUltraExpandableGroupBox.HeaderHotTrackingAppearance プロパティ。
HeaderPositionUltraGroupBox.HeaderPosition プロパティ。
HotTrackingUltraExpandableGroupBox.HotTracking プロパティ。
ShowFocusUltraExpandableGroupBox.ShowFocus プロパティ。
TextUltraGroupBox.Text プロパティ。
UseHotTrackingUltraExpandableGroupBox.UseHotTracking プロパティ。
UseMnemonicUltraGroupBox.UseMnemonic プロパティ。
VerticalTextOrientationUltraGroupBox.VerticalTextOrientation プロパティ。
ViewStyleUltraGroupBox.ViewStyle プロパティ。
WrapTextUltraGroupBox.WrapText プロパティ。
解説

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

参照