バージョン

PeekPopupPropertyIds 列挙体

UltraPeekPopup のプロパティ ID の列挙体。
シンタックス
'宣言
 
Public Enum PeekPopupPropertyIds 
   Inherits System.Enum
public enum PeekPopupPropertyIds : System.Enum 
メンバ
メンバ解説
AppearanceUltraPeekPopup.Appearance プロパティ
AppearancesUltraPeekPopup.Appearances プロパティ
AutoHideDelayUltraPeekPopup.AutoHideDelay プロパティ
ButtonStyleUltraPeekPopup.ButtonStyle プロパティ
CaptionUltraPeekPopup.Caption プロパティ
CaptionAppearanceUltraPeekPopup.CaptionAppearance プロパティ
CaptionButtonsLeftUltraPeekPopup.CaptionButtonsLeft プロパティ
CaptionButtonsRightUltraPeekPopup.CaptionButtonsRight プロパティ
CaptionMarginUltraPeekPopup.CaptionMargin プロパティ
ContentUltraPeekPopup.Content プロパティ
ContentMarginUltraPeekPopup.ContentMargin プロパティ
Noneなし
PeekLocationUltraPeekPopup.PeekLocation プロパティ
StyleUltraPeekPopup.Style プロパティ
解説

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

参照