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


In This Topic
    NavElement Class Members
    In This Topic

    The following tables list the members exposed by NavElement.

    Public Properties
     NameDescription
    Public PropertyGets or sets the text associated with this item.  
    Public PropertyGets or sets the text that appears as a ToolTip for the item.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyCorresponding item (model).  
    Protected PropertyThe position of text and image relative to each other.  
    Top
    Public Methods
     NameDescription
    Public MethodUpdate the element appearance with the specified styles.  
    Public MethodOverloaded. Overridden. Lays out this element based on its style and contents.  
    Public MethodOverridden. Called by the host control when the user clicks this C1.Framework.Element.  
    Public MethodOverridden. Called by the host control when the user double-clicks this C1.Framework.Element.  
    Public MethodOverridden. Called by the host control when this C1.Framework.Element receives the focus.  
    Public MethodOverridden. Called by the host control when this C1.Framework.Element loses the focus.  
    Public MethodOverridden. Called by the host control when the user presses a mouse button over this C1.Framework.Element.  
    Public MethodOverridden. Called by the host control when the mouse enters this C1.Framework.Element.  
    Public MethodOverridden. Called by the host control when the mouse leaves this C1.Framework.Element.  
    Public MethodOverridden. Called by the host control when the mouse moves over this C1.Framework.Element.  
    Public MethodOverridden. Called by the host control when the user releases a mouse button over this C1.Framework.Element.  
    Public MethodOverridden. Renders the element into a given rectangle.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodOverridden. Finalizes the user interface. This method is called when element is removed from UI.  
    Protected MethodInitialize element.  
    Protected MethodOverridden.   
    Top
    See Also