Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / VirtualControl Property


In This Topic
    VirtualControl Property
    In This Topic
    Gets the VirtualControl associated with the SmartItem.
    Syntax
    'Declaration
     
    Protected Friend ReadOnly Property VirtualControl As VirtualControl
    'Usage
     
    Dim instance As SmartItem
    Dim value As VirtualControl
     
    value = instance.VirtualControl
    protected internal VirtualControl VirtualControl {get;}

    Property Value

    A reference to the VirtualControl associated with the SmartItem. Can be a null reference (Nothing in Visual Basic) if no VirtualControl is associated.
    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