ToolboxService.SelectedItemContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前選取的項目容器。
protected:
abstract property System::Drawing::Design::ToolboxItemContainer ^ SelectedItemContainer { System::Drawing::Design::ToolboxItemContainer ^ get(); void set(System::Drawing::Design::ToolboxItemContainer ^ value); };
protected abstract System.Drawing.Design.ToolboxItemContainer SelectedItemContainer { get; set; }
member this.SelectedItemContainer : System.Drawing.Design.ToolboxItemContainer with get, set
Protected MustOverride Property SelectedItemContainer As ToolboxItemContainer
屬性值
目前選取之工具箱項目的項目容器,但如果沒有選取任何項目,則為 null
。