SearchSettingsDataSource.SearchButtonVisible 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 "搜索" 按钮在常见搜索控件中是否可见。 默认值为 true ; 按钮可见。
public:
property bool SearchButtonVisible { bool get(); void set(bool value); };
public:
property bool SearchButtonVisible { bool get(); void set(bool value); };
public bool SearchButtonVisible { get; set; }
member this.SearchButtonVisible : bool with get, set
Public Property SearchButtonVisible As Boolean
属性值
如果搜索按钮可见,则为 true。