ListControl.FormattingEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出格式化是否會套用至 DisplayMember 的 ListControl 屬性。
public:
property bool FormattingEnabled { bool get(); void set(bool value); };
public bool FormattingEnabled { get; set; }
member this.FormattingEnabled : bool with get, set
Public Property FormattingEnabled As Boolean
屬性值
如果已啟用 DisplayMember 屬性的格式化,則為 true
,否則為 false
。 預設為 false
。
備註
FormattingEnabled將 屬性設定為 true
會導致 Format 針對 的每個可見成員 ListControl 引發 事件。
SelectedIndex、 SelectedValue 和 FormattingEnabled 相關,如下所示:
如果 為 FormattingEnabled
false
, SelectedIndex 當 為空白時 SelectedValue ,將不會設定為 -1。如果 為 FormattingEnabled
true
,當 為空白時 SelectedValue , SelectedIndex 將會設定為 -1。