UITypeEditor.IsDropDownResizable 屬性
定義
取得值,表示使用者是否能夠調整下拉式編輯器的大小。Gets a value indicating whether drop-down editors should be resizable by the user.
public:
virtual property bool IsDropDownResizable { bool get(); };
public virtual bool IsDropDownResizable { get; }
member this.IsDropDownResizable : bool
Public Overridable ReadOnly Property IsDropDownResizable As Boolean
屬性值
如果可以調整下拉式編輯器的大小,則為 true
,否則為 false
。true
if drop-down editors are resizable; otherwise, false
.