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


In This Topic
    NavItem Class Members
    In This Topic

    The following tables list the members exposed by NavItem.

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