Control.RecreatingHandle Свойство
Определение
Возвращает значение, указывающее, осуществляет ли в настоящий момент элемент управления повторное создание дескриптора.Gets a value indicating whether the control is currently re-creating its handle.
public:
property bool RecreatingHandle { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool RecreatingHandle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.RecreatingHandle : bool
Public ReadOnly Property RecreatingHandle As Boolean
Значение свойства
Значение true
, если в данный момент осуществляется повторное создание дескриптора элементом управления; в противном случае — значение false
.true
if the control is currently re-creating its handle; otherwise, false
.
- Атрибуты
Комментарии
RecreatingHandleСвойство возвращает значение, true
Если RecreateHandle метод все еще выполняется в элементе управления.The RecreatingHandle property returns true
if the RecreateHandle method is still running on the control.