PanelContainerDesigner.AddDesignTimeCssAttributes(IDictionary) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
文字列形式のスタイル属性を、デザイン時にコントロールの表示に使用されるコレクションに追加します。
protected:
override void AddDesignTimeCssAttributes(System::Collections::IDictionary ^ styleAttributes);
protected override void AddDesignTimeCssAttributes (System.Collections.IDictionary styleAttributes);
override this.AddDesignTimeCssAttributes : System.Collections.IDictionary -> unit
Protected Overrides Sub AddDesignTimeCssAttributes (styleAttributes As IDictionary)
パラメーター
- styleAttributes
- IDictionary
IDictionary を実装するスタイル属性のコレクション。
注釈
メソッドは AddDesignTimeCssAttributes 基本メソッドを ContainerControlDesigner.AddDesignTimeCssAttributes 呼び出します。これにより、スタイル属性の文字列表現がコレクションに styleAttributes
追加されます。 これらの属性は、関連付けられた Panel コントロールのスタイル プロパティに基づいています。
はAddDesignTimeCssAttributes、関連付けられたコントロールの プロパティの値Directionに基づいて、 のstyleAttribute
方向を左から右または右から左に示すコードに設定します。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET