Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ToolBar Namespace / TextBoxTool Class / VirtualTextBox Property


In This Topic
    VirtualTextBox Property
    In This Topic
    Gets the Xceed.SmartUI.VirtualControls.VirtualTextBox associated with the SmartItem.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property VirtualTextBox As VirtualTextBox
    'Usage
     
    Dim instance As TextBoxTool
    Dim value As VirtualTextBox
     
    value = instance.VirtualTextBox
    [Browsable(false)]
    public VirtualTextBox VirtualTextBox {get;}

    Property Value

    A reference to a Xceed.SmartUI.VirtualControls.VirtualTextBox representing the control that will be used to edit the SmartItem.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also