SettingsBindableAttribute(Boolean) Constructor

Definition

Initializes a new instance of the SettingsBindableAttribute class.

public:
 SettingsBindableAttribute(bool bindable);
public SettingsBindableAttribute (bool bindable);
new System.ComponentModel.SettingsBindableAttribute : bool -> System.ComponentModel.SettingsBindableAttribute
Public Sub New (bindable As Boolean)

Parameters

bindable
Boolean

true to specify that a property is appropriate to bind settings to; otherwise, false.

Applies to

See also