RegisteredProperty.Browsable Property

Definition

Gets or sets a value indicating whether property can be browsed.

public:
 property bool Browsable { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(true)]
public bool Browsable { get; set; }
[<System.ComponentModel.DefaultValue(true)>]
member this.Browsable : bool with get, set
Public Property Browsable As Boolean

Property Value

true if the property can be browsed; otherwise, false.

Attributes

Applies to