DataGridViewComboBoxColumn.DisplayStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值可判斷當不進行編輯時,要如何顯示此下拉式方塊。
public:
property System::Windows::Forms::DataGridViewComboBoxDisplayStyle DisplayStyle { System::Windows::Forms::DataGridViewComboBoxDisplayStyle get(); void set(System::Windows::Forms::DataGridViewComboBoxDisplayStyle value); };
public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get; set; }
member this.DisplayStyle : System.Windows.Forms.DataGridViewComboBoxDisplayStyle with get, set
Public Property DisplayStyle As DataGridViewComboBoxDisplayStyle
屬性值
DataGridViewComboBoxDisplayStyle 值,表示下拉式方塊的外觀。 預設為 DropDownButton。
例外狀況
CellTemplate 屬性的值是 null
。
備註
屬性 DisplayStyle 會影響資料行中儲存格不在編輯模式時的外觀,而不論它們是否為唯讀。 當儲存格處於編輯模式時,它一律看起來像 ComboBox 控制項。
DisplayStyleForCurrentCellOnly如果屬性值為 false
,則 DisplayStyle 屬性會影響資料行中的所有儲存格;否則, DisplayStyle 屬性只會影響目前的儲存格。
儲存格中下拉箭號的行為和外觀是由 FlatStyle 屬性所表示。
若要在滑鼠指標位於儲存格上方時啟用儲存格醒目提示的儲存格,您必須將 DisplayStyle 屬性 ComboBox 設定為 ,並將 FlatStyle 屬性設定為 Popup 。
取得或設定這個屬性會取得或設定 DisplayStyle 屬性所 CellTemplate 傳回之物件的 屬性。 設定此屬性也會設定 DisplayStyle 資料行中每個儲存格的屬性,並重新整理資料行顯示。 若要覆寫個別儲存格的指定值,請在設定資料行值之後設定儲存格值。