Nevron .NET Vision
Nevron.ThinWeb Namespace / NAspNetThinWebControlDesigner Class / ViewControlCreated Property


In This Topic
    ViewControlCreated Property (NAspNetThinWebControlDesigner)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property ViewControlCreated As System.Boolean
    'Usage
     
    
    Dim instance As NAspNetThinWebControlDesigner
    Dim value As System.Boolean
     
    instance.ViewControlCreated = value
     
    value = instance.ViewControlCreated
    public virtual System.bool ViewControlCreated {get; set;}
    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