WebBrowsableAttribute.Browsable Propriedade

Definição

Obtém um valor que indica se um controle PropertyGridEditorPart deve exibir uma propriedade específica de um controle de Web Parts.Gets a value indicating whether a PropertyGridEditorPart control should display a specific property of a Web Parts control.

public:
 property bool Browsable { bool get(); };
public bool Browsable { get; }
member this.Browsable : bool
Public ReadOnly Property Browsable As Boolean

Valor da propriedade

Boolean

true Se PropertyGridEditorPart a propriedade for exibida; caso contrário, false .true if PropertyGridEditorPart will display the property; otherwise, false.

Comentários

A Browsable propriedade é definida por meio do WebBrowsableAttribute Construtor.The Browsable property is set through the WebBrowsableAttribute constructor.

Aplica-se a