NonVisualControlAttribute.Visual Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a NonVisualControlAttribute instance that is applied to a Web control to be treated as a visual control during design time.
public: static initonly System::Web::UI::NonVisualControlAttribute ^ Visual;
public static readonly System.Web.UI.NonVisualControlAttribute Visual;
staticval mutable Visual : System.Web.UI.NonVisualControlAttribute
Public Shared ReadOnly Visual As NonVisualControlAttribute
Field Value
Remarks
The Visual field is equivalent to creating an instance of the attribute using the default NonVisualControlAttribute.NonVisualControlAttribute() constructor, or creating an instance of the attribute using the NonVisualControlAttribute.NonVisualControlAttribute(Boolean) constructor and passing false
as the parameter value.