Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets a value that indicates whether this combo box control is editable.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
'Declaration
Public Overridable ReadOnly Property IsEditable As Boolean
public virtual bool IsEditable { get; }
public:
virtual property bool IsEditable {
bool get ();
}
abstract IsEditable : bool
override IsEditable : bool
function get IsEditable () : boolean
Type: System.Boolean
true if this combo box control is editable; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace