シノプティック ウィジット

 
 
 

シノプティック コントロールは、プロパティ ページの領域を介してシノプティック ビューの内容をつなぎ合わせます。 このコントロールは、シノプティック ファイルへのフル パスを保持する基本の文字列パラメータに関連付けられています。

これらのコントロールを作成するには、以下のように PPGLayout.AddItem または PPGLayout::AddItem メソッドを使用して siControlSynoptic コントロール タイプ列挙型を指定します。

# ** during parameter definition (for example, in the Define callback) **
# add string parameter for synoptic widget to a custom property and set
# it to the location of the synoptic page
oCustomProperty.AddParameter3( "SynWagon", c.siString, synfile )

# ** during control creation (for example, in the DefineLayout callback) **
# no convenience method for the synoptic widget control
oLayout = oCustomProperty.PPGLayout
oItem = oLayout.AddItem( "SynWagon", "", c.siControlSynoptic )
oItem.SetAttribute( c.siUINoLabel, true )
注:

コントロールのサイズは、シノプティックビューのサイズに応じて決定されます。シノプティック コントロールの例については、サンプルを参照してください。

使用可能な項目属性は次のとおりです。

すべてのコントロールで(また、PPGItem オブジェクトのプロパティとしても)使用可能な属性

多くのコントロールに共通の属性