ToolboxItemFilterAttribute.FilterType Propiedad

Definición

Obtiene el tipo del filtro.

public:
 property System::ComponentModel::ToolboxItemFilterType FilterType { System::ComponentModel::ToolboxItemFilterType get(); };
public System.ComponentModel.ToolboxItemFilterType FilterType { get; }
member this.FilterType : System.ComponentModel.ToolboxItemFilterType
Public ReadOnly Property FilterType As ToolboxItemFilterType

Valor de propiedad

ToolboxItemFilterType que indica el tipo del filtro.

Comentarios

El tipo del filtro, junto con cualquier existente ToolboxItemFilterAttribute en el diseñador actual, indica las reglas que se usarán para determinar si se debe habilitar un elemento de cuadro de herramientas determinado en el cuadro de herramientas.

Se aplica a

Consulte también