SubMenuStyleCollection.OnInsert(Int32, Object) 方法

定义

Add(SubMenuStyle)Insert(Int32, SubMenuStyle) 方法之前调用。

protected:
 override void OnInsert(int index, System::Object ^ value);
protected override void OnInsert (int index, object value);
override this.OnInsert : int * obj -> unit
Protected Overrides Sub OnInsert (index As Integer, value As Object)

参数

index
Int32

应插入 value 的从零开始的索引。

value
Object

插入 SubMenuStyleCollection 集合中的对象。

例外

value 的类型不是 SubMenuStyle

注解

该方法OnInsert在和Insert方法之前Add调用。 可以重写OnInsert自定义SubMenuStyleCollection类中的方法,以便在对象添加到SubMenuStyleCollection集合之前执行对象的自定义处理SubMenuStyle

适用于

另请参阅