Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavAddButton Class
Properties Methods Events


In This Topic
    NavAddButton Class Members
    In This Topic

    The following tables list the members exposed by NavAddButton.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the NavAddButton class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the cursor that is displayed when the mouse pointer is over the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets whether the item is enabled. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the C1.Framework.C1Icon that is displayed on a item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the image that is displayed on an item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the alignment of the image on the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the image list index value of the image displayed on the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the key accessor for the image in the NavItem.ImageList. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on an item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the size of the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the item custom style. (Inherited from C1.Win.Input.DbNavigator.Items.NavButton)
    Public PropertyGets or sets the text associated with this item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the alignment of the text on the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the position of text and image relative to each other. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets the text that appears as a ToolTip for the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets how to trim characters that do not fit in the space available. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public PropertyGets or sets whether the item is visible. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Top
    Protected Methods
     NameDescription
    Protected MethodRises the NavItem.PropertyChanged event. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Protected MethodRestores the default value of the Enabled property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Protected MethodRestores the default value of the Icon property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Protected MethodRestores the default value of the Text property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Protected MethodOverridden. Restores the default value of the ToolTip property.  
    Protected MethodSets the specified property value. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Protected MethodSpecifies whether to save the value of the Enabled property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Protected MethodSpecifies whether to save the value of the Icon property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Protected MethodSpecifies whether to save the value of the Text property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Protected MethodOverridden. Specifies whether to save the value of the ToolTip property.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the item is clicked. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the item is double clicked. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the item receives focus. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the item loses focus. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the mouse pointer is over the item and a mouse button is pressed. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the mouse pointer enters the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the mouse pointer leaves the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the mouse pointer is moved over the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the mouse pointer is over the item and a mouse button is released. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the item is redrawn. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Public EventOccurs when the item property is changed. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem)
    Top
    See Also