Пример #1
0
 /// <override/>
 protected override void OnStyleChanged(StyleInfoProperty sip)
 {
     base.OnStyleChanged(sip);
 }
Пример #2
0
        // Base class implementation of this method calls Activator.CreateInstance to achieve the same result.
        // I assume calling new directly is more efficient. Otherwise this override is obsolete.

        /// <override/>
        [DebuggerStepThrough()] public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
        {
            return(new ButtonEditInfo(newOwner.CreateSubObjectIdentity(sip), (ButtonEditInfoStore)Store.Clone()));
        }