ListViewItemPresenter.SelectionIndicatorVisualEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否显示列表视图项的选择指示器。
public:
property bool SelectionIndicatorVisualEnabled { bool get(); void set(bool value); };
bool SelectionIndicatorVisualEnabled();
void SelectionIndicatorVisualEnabled(bool value);
public bool SelectionIndicatorVisualEnabled { get; set; }
var boolean = listViewItemPresenter.selectionIndicatorVisualEnabled;
listViewItemPresenter.selectionIndicatorVisualEnabled = boolean;
Public Property SelectionIndicatorVisualEnabled As Boolean
属性值
Boolean
bool
true
如果显示列表视图项的选择指示器,则为 ;否则为 false
。