Udostępnij za pośrednictwem


PanelContainerDesigner.AddDesignTimeCssAttributes(IDictionary) Metoda

Definicja

Dodaje reprezentacje ciągów atrybutów stylu do kolekcji, która ma być używana w czasie projektowania renderowania kontrolki.

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)

Parametry

styleAttributes
IDictionary

Kolekcja atrybutów stylu implementuje element IDictionary.

Uwagi

Metoda AddDesignTimeCssAttributes wywołuje metodę podstawową ContainerControlDesigner.AddDesignTimeCssAttributes , która dodaje do kolekcji reprezentacje ciągów atrybutów styleAttributes stylu. Te atrybuty są oparte na właściwościach stylu skojarzonej Panel kontrolki.

Ustawia AddDesignTimeCssAttributes kierunek na styleAttribute kod wskazujący od lewej do prawej lub od prawej do lewej na podstawie wartości Direction właściwości skojarzonej kontrolki.

Dotyczy

Zobacz też