TableStyle.MergeWith(Style) Método

Definição

Copia elementos que não estejam em branco do estilo especificado, mas não substituirá nenhum elemento de estilo existente.Copies non-blank elements from the specified style, but will not overwrite any existing style elements.

public:
 override void MergeWith(System::Web::UI::WebControls::Style ^ s);
public override void MergeWith (System.Web.UI.WebControls.Style s);
override this.MergeWith : System.Web.UI.WebControls.Style -> unit
Public Overrides Sub MergeWith (s As Style)

Parâmetros

s
Style

O estilo a ser copiado.The style to copy.

Aplica-se a