NonVisualControlAttribute.NonVisual 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.
Returns a NonVisualControlAttribute instance that is applied to a Web control to be treated as a non-visual control during design time. This field is read-only.
public: static initonly System::Web::UI::NonVisualControlAttribute ^ NonVisual;
public static readonly System.Web.UI.NonVisualControlAttribute NonVisual;
staticval mutable NonVisual : System.Web.UI.NonVisualControlAttribute
Public Shared ReadOnly NonVisual As NonVisualControlAttribute
Field Value
Remarks
The NonVisual field is equivalent to creating an instance of the attribute using the NonVisualControlAttribute.NonVisualControlAttribute(Boolean) constructor and passing true
as the parameter value.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา