Determines whether this member should be set only at design time as specified in the DesignOnlyAttribute.
[Visual Basic] Overridable Public Function GetDesignTimeOnly() As Boolean [C#] public virtual bool GetDesignTimeOnly(); [C++] public: virtual bool GetDesignTimeOnly(); [JScript] public function GetDesignTimeOnly() : Boolean;
true if this member should be set only at design time; false if the member can be set during run time.
If there is no DesignOnlyAttribute, the return value is the default, which is false.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | GetDisplayName