ComboBox.IsEditableProperty 属性

定义

标识 IsEditable 依赖属性。

public:
 static property DependencyProperty ^ IsEditableProperty { DependencyProperty ^ get(); };
static DependencyProperty IsEditableProperty();
public static DependencyProperty IsEditableProperty { get; }
var dependencyProperty = ComboBox.isEditableProperty;
Public Shared ReadOnly Property IsEditableProperty As DependencyProperty

属性值

IsEditable 依赖属性的标识符。

适用于