NevronOpenVision
Nevron.Nov.UI Namespace / NTextBox Class


In This Topic
    NTextBox Class Methods
    In This Topic

    For a list of all members of this type, see NTextBox members.

    Public Methods
     NameDescription
    Public MethodDetermines whether the copy operation will place anything on the clipboard.  
    Public MethodDetermines whether the cut operation will place anything on the clipboard.  
    Public MethodDetermines whether the paste operation can be performed  
    Public MethodCopies the selected text to the clipboard. Returns true if any text has been set to the clipboard, otherwise returns false.  
    Public MethodCuts (removes) the selected text, and places it on the clipbard. Returns true if any text has been set to the clipboard, otherwise returns false.  
    Public MethodDeselects the selected text, if any  
    Public MethodEnsures that the caret is visible  
    Public MethodGets the current caret position.  
    Public MethodInserts a character at the current caret position and positions the caret on the next grapheme. If there is a selected text, it is first removed.  
    Public MethodInserts text at the current caret position and positions the caret to the end of the inserted text. If there is a selected text, it is first removed.  
    Public MethodOverridden. Invalidates the element measure and pools the element for measure validation.  
    Public MethodReturns true, if the text box currently does not have any text selected.  
    Public MethodOverloaded. Moves the caret in the specified direction. Resets the selection.  
    Public MethodPastes text from the clipboard and performs an insert-replace text operation. Returns true if any text has been pasted from the clipboard, otherwise returns false.  
    Public MethodRedos the last user operation  
    Public MethodRemoves the currently selected text and positions the caret to the removed range begin. If there is no selection, this method does nothing and returns false.  
    Public MethodSelects the entire text of the text box  
    Public MethodSelects the text from the char at index start to the char at index end (i.e. the text in the [start;end] range.  
    Public MethodOverloaded. Sets the caret position. Resets the selection. Updates the caret XGuideCaretPos position.  
    Public MethodTries to get the selected text of the text. The returned 1D range is valid only when this method returns true.  
    Public MethodTries to get the selected text of the text box. The returned text string is valid only when this method returns true.  
    Public MethodUndos the last user operation  
    Public MethodOverridden. Called to propagate the display traversal to the specified child node. This implementation directly calls the VisitDisplaySubtree method of the child node.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to include the caret  
    Internal Method  
    Protected MethodOverridden. Arranges the element content.  
    Protected MethodCreates the context widget that is shown when the user Right Clicks on the text box.  
    Internal Method  
    Internal Method  
    Internal Method  
    Protected MethodOverridden.   
    Protected MethodOverridden. Measures the element's content.  
    Protected MethodOverridden. Called when the width or height of the arrange slot has changed.  
    Protected MethodCalled when the context popup is closed.  
    Protected MethodCalled when the copy menu item is clicked.  
    Protected MethodCalled when the cut menu item is clicked.  
    Protected MethodOverridden. Default handler for the NKeyboard.FocusInEvent event.  
    Protected MethodOverridden. Default handler for the NKeyboard.FocusOutEvent event.  
    Protected MethodOverridden. Processes the given character input.  
    Protected MethodOverridden. Processes a key down event.  
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodCalled when the paste menu item is clicked.  
    Protected MethodOverridden. Peforms the element pre children paint. Overriden to render the text  
    Protected MethodCalled when the Text property has changed.  
    Protected MethodCalled when the Text property is changing.  
    Protected MethodOverridden.   
    Internal Method  
    Protected MethodEnsures that the current caret position is visible  
    Protected MethodShows the context widget.  
    Internal Method  
    Internal Method  
    Top
    See Also