RibbonDismissPopupEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RibbonDismissPopupEventArgs class.
Overloads
RibbonDismissPopupEventArgs() |
Initializes a new instance of the RibbonDismissPopupEventArgs class. |
RibbonDismissPopupEventArgs(RibbonDismissPopupMode) |
Initializes a new instance of the RibbonDismissPopupEventArgs class with the specified RibbonDismissPopupMode. |
RibbonDismissPopupEventArgs()
Initializes a new instance of the RibbonDismissPopupEventArgs class.
public:
RibbonDismissPopupEventArgs();
public RibbonDismissPopupEventArgs ();
Public Sub New ()
Applies to
RibbonDismissPopupEventArgs(RibbonDismissPopupMode)
Initializes a new instance of the RibbonDismissPopupEventArgs class with the specified RibbonDismissPopupMode.
public:
RibbonDismissPopupEventArgs(System::Windows::Controls::Ribbon::RibbonDismissPopupMode dismissMode);
public RibbonDismissPopupEventArgs (System.Windows.Controls.Ribbon.RibbonDismissPopupMode dismissMode);
new System.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs : System.Windows.Controls.Ribbon.RibbonDismissPopupMode -> System.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs
Public Sub New (dismissMode As RibbonDismissPopupMode)
Parameters
- dismissMode
- RibbonDismissPopupMode
One of the enumeration values that specifies when the popup is dismissed.