ChangePasswordDesigner.RenderOuterTable Propriedade

Definição

Especifica se o controle ChangePasswordDesigner usa um contêiner de tabela externa para aplicar regras de estilo CSS embutidas.Specifies whether the ChangePasswordDesigner control uses an outer table container to apply inline CSS style rules.

public:
 property bool RenderOuterTable { bool get(); void set(bool value); };
public bool RenderOuterTable { get; set; }
member this.RenderOuterTable : bool with get, set
Public Property RenderOuterTable As Boolean

Valor da propriedade

Boolean

true Se o controle usar um contêiner de tabela externo para aplicar regras de estilo CSS embutidas; caso contrário, false .true if the control uses an outer table container to apply inline CSS style rules; otherwise, false. O padrão é false.The default is false.

Comentários

O ChangePasswordDesigner controle usa um contêiner de tabela externo para aplicar a regra de estilo embutido na marcação.The ChangePasswordDesigner control uses an outer table container to apply inline style rule in the markup. Você pode remover o contêiner da tabela externa definindo essa propriedade como true.You can remove the outer table container by setting this property to true. A remoção da tabela externa proporciona maior flexibilidade na forma como você aplica as regras de CSS à marcação que é renderizada pelo controle.Removing the outer table gives you greater flexibility in how you apply CSS rules to the markup that is rendered by the control.

Aplica-se a