// 检查控件是否可用且句柄已创建
if (control == null || control.IsDisposed || !control.IsHandleCreated) { return; }