Share via


ButtonNavigator Class

Definition

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.

Applies to