WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Office2010StyleMessageBoxAdv

    Show / Hide Table of Contents

    Class Office2010StyleMessageBoxAdv

    Class for Office2010StyleMessageBoxAdv

    Inheritance
    System.Object
    Office2010Form
    Office2010StyleMessageBoxAdv
    Implements
    System.Windows.Forms.IMessageFilter
    Inherited Members
    Office2010Form.ResetDropShadow()
    Office2010Form.ApplyScaleToControl(Single)
    Office2010Form.OnLoad(EventArgs)
    Office2010Form.OnShown(EventArgs)
    Office2010Form.CreateAccessibilityInstance()
    Office2010Form.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
    Office2010Form.OnActivated(EventArgs)
    Office2010Form.SetClientSizeCore(Int32, Int32)
    Office2010Form.OnLocationChanged(EventArgs)
    Office2010Form.OnStyleChanged(EventArgs)
    Office2010Form.WndProc(Message)
    Office2010Form.OnPaintBackground(PaintEventArgs)
    Office2010Form.OnRightToLeftChanged(EventArgs)
    Office2010Form.OnRightToLeftLayoutChanged(EventArgs)
    Office2010Form.OnColorSchemeChanged()
    Office2010Form.DropShadow
    Office2010Form.AllowRoundedCorners
    Office2010Form.EnableDpiAware
    Office2010Form.CreateParams
    Office2010Form.DisableOffice2010Style
    Office2010Form.ApplyAeroTheme
    Office2010Form.AutoScroll
    Office2010Form.ColorScheme
    Office2010Form.CaptionFont
    Office2010Form.CaptionForeColor
    Office2010Form.CaptionBarHeight
    Office2010Form.CaptionAlign
    Office2010Form.ColorTable
    Office2010Form.IsActive
    Office2010Form.IsRightToLeft
    Office2010Form.EnableTouchMode
    Office2010Form.UseOffice2010SchemeBackColor
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class Office2010StyleMessageBoxAdv : Office2010Form, IMessageFilter

    Constructors

    Office2010StyleMessageBoxAdv()

    Initializes the new instance for Office2010StyleMessageBoxAdv class

    Declaration
    public Office2010StyleMessageBoxAdv()

    Office2010StyleMessageBoxAdv(IWin32Window, String, String, String[], MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, Boolean, CancelEventHandler, Image, Size)

    Declaration
    public Office2010StyleMessageBoxAdv(IWin32Window owner, string text, string caption, string[] buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, bool bShowHelpButton, CancelEventHandler helpButtonClickHandler, Image image, Size sizeImage)
    Parameters
    Type Name Description
    System.Windows.Forms.IWin32Window owner
    System.String text
    System.String caption
    System.String[] buttons
    System.Windows.Forms.MessageBoxIcon icon
    System.Windows.Forms.MessageBoxDefaultButton defaultButton
    System.Windows.Forms.MessageBoxOptions options
    System.Boolean bShowHelpButton
    System.ComponentModel.CancelEventHandler helpButtonClickHandler
    System.Drawing.Image image
    System.Drawing.Size sizeImage

    Office2010StyleMessageBoxAdv(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, Boolean, CancelEventHandler)

    Initializes the new instance for Office2010StyleMessageBoxAdv.

    Declaration
    public Office2010StyleMessageBoxAdv(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, bool bShowHelpButton, CancelEventHandler helpButtonClickHandler)
    Parameters
    Type Name Description
    System.Windows.Forms.IWin32Window owner

    owner window

    System.String text

    text

    System.String caption

    form caption

    System.Windows.Forms.MessageBoxButtons buttons

    buttons

    System.Windows.Forms.MessageBoxIcon icon

    form icon

    System.Windows.Forms.MessageBoxDefaultButton defaultButton

    default button

    System.Windows.Forms.MessageBoxOptions options

    options

    System.Boolean bShowHelpButton

    to show helpbutton

    System.ComponentModel.CancelEventHandler helpButtonClickHandler

    click event data

    Office2010StyleMessageBoxAdv(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, Boolean, CancelEventHandler, Image, Size)

    Initializes the new instance for Office2010StyleMessageBoxAdv.

    Declaration
    public Office2010StyleMessageBoxAdv(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, bool bShowHelpButton, CancelEventHandler helpButtonClickHandler, Image image, Size sizeImage)
    Parameters
    Type Name Description
    System.Windows.Forms.IWin32Window owner

    owner window

    System.String text

    text

    System.String caption

    form caption

    System.Windows.Forms.MessageBoxButtons buttons

    buttons

    System.Windows.Forms.MessageBoxIcon icon

    form icon

    System.Windows.Forms.MessageBoxDefaultButton defaultButton

    default button

    System.Windows.Forms.MessageBoxOptions options

    options

    System.Boolean bShowHelpButton

    to show helpbutton

    System.ComponentModel.CancelEventHandler helpButtonClickHandler

    click event data

    System.Drawing.Image image

    image

    System.Drawing.Size sizeImage

    sizing image

    Office2010StyleMessageBoxAdv(IWin32Window, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, Boolean, CancelEventHandler, Image, Size, String)

    Initializes the new instance for MessageBoxMetroStyleFormAdv class.

    Declaration
    public Office2010StyleMessageBoxAdv(IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, bool bShowHelpButton, CancelEventHandler helpButtonClickHandler, Image image, Size sizeImage, string stringdetails)
    Parameters
    Type Name Description
    System.Windows.Forms.IWin32Window owner

    owner window

    System.String text

    text

    System.String caption

    form caption

    System.Windows.Forms.MessageBoxButtons buttons

    buttons

    System.Windows.Forms.MessageBoxIcon icon

    form icon

    System.Windows.Forms.MessageBoxDefaultButton defaultButton

    default button

    System.Windows.Forms.MessageBoxOptions options

    options

    System.Boolean bShowHelpButton

    to show helpbutton

    System.ComponentModel.CancelEventHandler helpButtonClickHandler

    click event data

    System.Drawing.Image image

    image

    System.Drawing.Size sizeImage

    sizing image

    System.String stringdetails

    Fields

    m_abort

    Variable for abort ButtonAdv

    Declaration
    public ButtonAdv m_abort
    Field Value
    Type Description
    ButtonAdv

    m_cancel

    Variable for cancel ButtonAdv

    Declaration
    public ButtonAdv m_cancel
    Field Value
    Type Description
    ButtonAdv

    m_ignore

    Variable for ignore ButtonAdv

    Declaration
    public ButtonAdv m_ignore
    Field Value
    Type Description
    ButtonAdv

    m_no

    Variable for no ButtonAdv

    Declaration
    public ButtonAdv m_no
    Field Value
    Type Description
    ButtonAdv

    m_retry

    Variable for retry ButtonAdv

    Declaration
    public ButtonAdv m_retry
    Field Value
    Type Description
    ButtonAdv

    m_yes

    Variable for yes ButtonAdv

    Declaration
    public ButtonAdv m_yes
    Field Value
    Type Description
    ButtonAdv

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    OnClosing(CancelEventArgs)

    Raises the System.Windows.Forms.Control.OnClosing event.

    Declaration
    protected override void OnClosing(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e

    An System.EventArgs that contains the event data.

    OnHandleCreated(EventArgs)

    Raises the System.Windows.Forms.Control.HandleCreated event.

    Declaration
    protected override void OnHandleCreated(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    An System.EventArgs that contains the event data.

    Overrides
    Office2010Form.OnHandleCreated(EventArgs)

    OnHandleDestroyed(EventArgs)

    Raises the System.Windows.Forms.Control.HandleDestroyed event.

    Declaration
    protected override void OnHandleDestroyed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    An System.EventArgs that contains the event data.

    OnHelpButtonClicked(CancelEventArgs)

    Raises the System.Windows.Forms.Control.OnHelpButtonClicked event.

    Declaration
    protected override void OnHelpButtonClicked(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e

    An System.EventArgs that contains the event data.

    OnResize(EventArgs)

    Declaration
    protected override void OnResize(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Implements

    System.Windows.Forms.IMessageFilter
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved