バージョン

SynchronizeComponentRoleSettingsOnChildren(Control,Boolean,String,Boolean) メソッド

子コントロールでコンポーネント ロール設定を同期するための Helper メソッド
シンタックス
'宣言
 
Public Overloads Shared Sub SynchronizeComponentRoleSettingsOnChildren( _
   ByVal parent As Control, _
   ByVal enableApplicationStyling As Boolean, _
   ByVal styleSetName As String, _
   ByVal recursive As Boolean _
) 
public static void SynchronizeComponentRoleSettingsOnChildren( 
   Control parent,
   bool enableApplicationStyling,
   string styleSetName,
   bool recursive
)

パラメータ

parent
子の親が同期されます。
enableApplicationStyling
アプリケーション スタイリングを有効にするために True
styleSetName
使用するスタイルセットの名前。
recursive
True の場合、子コントロールでこのメソッドを再帰的に呼び出し、すべての子孫を効果的に同期します。
参照