シノプティック コントロールは、プロパティ ページの領域を介してシノプティック ビューの内容をつなぎ合わせます。 このコントロールは、シノプティック ファイルへのフル パスを保持する基本の文字列パラメータに関連付けられています。
これらのコントロールを作成するには、以下のように PPGLayout.AddItem または PPGLayout::AddItem メソッドを使用して siControlSynoptic コントロール タイプ enum を指定します。
# ** 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 )