RegisteredProperty.Browsable 속성

정의

속성을 탐색할 수 있는지 나타내는 값을 받거나 설정합니다.

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

속성 값

true 만약 해당 부동산을 탐색할 수 있다면; 그렇지 않으면, false.

특성

적용 대상