Beispiel #1
0
		protected void SetAboutBoxDelegate (AxHost.AboutBoxDelegate d)
		{
			this.aboutDelegate = d;
		}
 protected void SetAboutBoxDelegate(AboutBoxDelegate d)
 {
     this.aboutBoxDelegate = (AboutBoxDelegate) Delegate.Combine(this.aboutBoxDelegate, d);
 }
Beispiel #3
0
 protected void SetAboutBoxDelegate(AxHost.AboutBoxDelegate d)
 {
     this.aboutDelegate = d;
 }
Beispiel #4
0
        // misc methods:

        /// <include file='doc\AxHost.uex' path='docs/doc[@for="AxHost.SetAboutBoxDelegate"]/*' />
        /// <devdoc>
        ///     Sets the delegate which will be called when the user selects the "About..."
        ///     entry on the context menu.
        /// </devdoc>
        protected void SetAboutBoxDelegate(AboutBoxDelegate d) {
            aboutBoxDelegate += d;
        }
Beispiel #5
0
 protected void SetAboutBoxDelegate(AboutBoxDelegate d)
 {
     throw null;
 }