Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Retrieves a value that indicates whether the site is currently using the Microsoft Visual Studio .NET Editor.
Syntax
Visual Basic Protected ReadOnly Property IsDesignMode As bool C# protected bool IsDesignMode { get; } Managed C++ protected: __property bool get_IsDesignMode(); JScript protected function get IsDesignMode() : bool;
Possible Values
bIsDesignMode bool that receives one of the following values: falseDefault. The site is not using the Visual Studio .NET Editor.trueThe site is using the Visual Studio .NET Editor.The property is read-only. The property has a default value of false.
Property Information
Applies To
BaseRichControl
See Also