CatalogZoneBase.CatalogPartChrome Propriedade

Definição

Obtém uma referência à instância da classe CatalogPartChrome associada à zona de CatalogZoneBase.Gets a reference to the instance of the CatalogPartChrome class associated with the CatalogZoneBase zone.

public:
 property System::Web::UI::WebControls::WebParts::CatalogPartChrome ^ CatalogPartChrome { System::Web::UI::WebControls::WebParts::CatalogPartChrome ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.CatalogPartChrome CatalogPartChrome { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CatalogPartChrome : System.Web.UI.WebControls.WebParts.CatalogPartChrome
Public ReadOnly Property CatalogPartChrome As CatalogPartChrome

Valor da propriedade

CatalogPartChrome

Um CatalogPartChrome que está associado à zona.A CatalogPartChrome that is associated with the zone.

Atributos

Comentários

Quando o CreateCatalogPartChrome método é chamado, ele cria uma instância da CatalogPartChrome classe, e essa instância é usada para renderizar os elementos da interface do usuário (IU) periféricos (também chamados de Chrome) para todos os CatalogPart controles em uma zona.When the CreateCatalogPartChrome method is called, it creates one instance of the CatalogPartChrome class, and this instance is used to render the peripheral user interface (UI) elements (also called the chrome) for all CatalogPart controls in a zone.

Os elementos Chrome de um CatalogPart controle individual incluem seu texto de borda e título.The chrome elements for an individual CatalogPart control include its border and title text. CatalogPartPor padrão, os controles fornecidos com o conjunto de controle de Web Parts não têm verbos de cabeçalho.The CatalogPart controls provided with the Web Parts control set do not have header verbs by default.

Aplica-se a

Confira também