DataViewPropertyDescriptor.SetIsBrowsable(Boolean) Method

Definition

Adds a BrowsableAttribute corresponding to the specified Boolean value that indicates whether the property can be modified at design time in a Properties window.

public:
 void SetIsBrowsable(bool value);
public void SetIsBrowsable (bool value);
member this.SetIsBrowsable : bool -> unit
Public Sub SetIsBrowsable (value As Boolean)

Parameters

value
Boolean

A Boolean value that is converted to Yes or No.

Applies to