Gets or sets a value indicating whether the code stream is loaded.
[Visual Basic] MustOverride Public ReadOnly Property IsLoaded As Boolean [C#] public bool IsLoaded {abstract get;} [C++] public: __property virtual bool get_IsLoaded() = 0; [JScript] public abstract function get IsLoaded() : Boolean;
true if the code stream is loaded; otherwise, false.
Reloading the document has no effect on the return value of this method. Only loading or unloading affects the load state.
CodeStream Class | CodeStream Members | System.ComponentModel.Design Namespace | ShouldReload