VistaDB 6
VistaDB.Provider Namespace / VistaDBCommand Class / DesignTimeVisible Property


In This Topic
    DesignTimeVisible Property
    In This Topic
    Gets or sets a value indicating whether the command object should be visible in a customized interface control. This property is not intended to be used in your code. It is used internally to support the designers.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.DesignOnlyAttribute(True)>
    Public Overrides NotOverridable Property DesignTimeVisible As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBCommand
    Dim value As System.Boolean
     
    instance.DesignTimeVisible = value
     
    value = instance.DesignTimeVisible
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.DesignOnly(true)]
    public override System.bool DesignTimeVisible {get; set;}

    Property Value

    true, if the command object should be visible in a control; otherwise false. The default is true.
    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