DialogButton Class
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.
Button class to be used for buttons displayed in Visual Studio WPF dialogs
The style applied to this button defines common properties (min size, padding, margin)
public ref class DialogButton : System::Windows::Controls::Button
public class DialogButton : System.Windows.Controls.Button
type DialogButton = class
inherit Button
Public Class DialogButton
Inherits Button
- Inheritance
-
DialogButton
Remarks
The style applied to this button defines common properties, such as minimum size, padding, and margin.
Constructors
DialogButton() |
Initializes a new instance of DialogButton. |