ButtonNavigator 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.
Represents the button toolbar that provides the close button functionality for dynamic applications.
public ref class ButtonNavigator : System::Windows::Forms::UserControl
public class ButtonNavigator : System.Windows.Forms.UserControl
type ButtonNavigator = class
inherit UserControl
Public Class ButtonNavigator
Inherits UserControl
- Inheritance
-
ButtonNavigator
Constructors
ButtonNavigator() |
Initializes a new instance of the ButtonNavigator class. |
ButtonNavigator(Object) |
Initializes a new instance of the ButtonNavigator class. |
Properties
Application |
Gets the application object. |
Methods
Dispose(Boolean) |
Cleans up any resources being used. |
Events
CloseButtonClick |
Raised when the close button is clicked. |