LoginDesigner.AllowResize Propriedade
Definição
Obtém ou define um valor que especifica se o controle LoginDesigner permite o redimensionamento.Gets or sets a value that specifies whether the LoginDesigner control allows resizing.
public:
virtual property bool AllowResize { bool get(); };
public override bool AllowResize { get; }
member this.AllowResize : bool
Public Overrides ReadOnly Property AllowResize As Boolean
Valor da propriedade
true Se o controle permitir o redimensionamento; caso contrário, false .true if the control allows resizing; otherwise, false.
Comentários
Se a RenderOuterTable propriedade for definida como false , o controle não permitirá o redimensionamento.If the RenderOuterTable property is set to false, the control does not allow resizing.