バージョン

UltraExpandableGroupBox クラス

UltraExpandableGroupBoxは、Windows標準のGroupBoxに展開および縮小機能が追加されたものです。
シンタックス
'宣言
 
Public Class UltraExpandableGroupBox 
   Inherits UltraGroupBox
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class UltraExpandableGroupBox : UltraGroupBox, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
解説

UltraExpandableGroupBox には、UltraGroupBox のすべての機能に加えて、エンドユーザーの操作またはプログラムによって内容領域を展開/縮小する機能があります。エンドユーザーが展開状態を切り替えるためのユーザー インターフェイスとして、コントロールのヘッダー内に GroupBoxExpansionIndicatorUIElement があります。ヘッダーはコントロールの一部で、キャプション、オプションのイメージ、および展開インジケーターがヘッダーに含まれます。

参照