ControlDesigner.OnCreateHandle 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供在建立控制項控制代碼之後,立即執行其他處理的機會。
protected:
virtual void OnCreateHandle();
protected virtual void OnCreateHandle ();
abstract member OnCreateHandle : unit -> unit
override this.OnCreateHandle : unit -> unit
Protected Overridable Sub OnCreateHandle ()