Control.IsHandleCreated Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob dem Steuerelement ein Handle zugeordnet ist.Gets a value indicating whether the control has a handle associated with it.
public:
property bool IsHandleCreated { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsHandleCreated { get; }
member this.IsHandleCreated : bool
Public ReadOnly Property IsHandleCreated As Boolean
Eigenschaftswert
true
, wenn dem Steuerelement ein Handle zugeordnet wurde, andernfalls false
.true
if a handle has been assigned to the control; otherwise, false
.
- Attribute
Hinweise
Verwenden Sie die IsHandleCreated-Eigenschaft, um zu bestimmen, ob CreateHandle aufgerufen wurde.Use the IsHandleCreated property to determine whether CreateHandle has been called.