SupportsPreviewControlAttribute(Boolean) Construtor
Definição
Inicializa uma nova instância da classe SupportsPreviewControlAttribute e define o valor inicial da propriedade SupportsPreviewControl.Initializes a new instance of the SupportsPreviewControlAttribute class and sets the initial value of the SupportsPreviewControl property.
public:
SupportsPreviewControlAttribute(bool supportsPreviewControl);
public SupportsPreviewControlAttribute (bool supportsPreviewControl);
new System.Web.UI.Design.SupportsPreviewControlAttribute : bool -> System.Web.UI.Design.SupportsPreviewControlAttribute
Public Sub New (supportsPreviewControl As Boolean)
Parâmetros
- supportsPreviewControl
- Boolean
O valor inicial a ser atribuído para SupportsPreviewControl.The initial value to assign for SupportsPreviewControl.
Comentários
Normalmente, você não precisa criar uma instância da SupportsPreviewControlAttribute classe diretamente.Typically, you do not need to create an instance of the SupportsPreviewControlAttribute class directly. Aplique o SupportsPreviewControlAttribute à declaração de classe do designer de controle personalizado no código-fonte.Apply the SupportsPreviewControlAttribute to the class declaration of the custom control designer in the source code.