ChildComponentsCreated Property
In This Topic
Gets or sets a boolean value indicates whether child components are created.
Syntax
'Declaration
Protected Property ChildComponentsCreated As System.Boolean
'Usage
Dim instance As Component
Dim value As System.Boolean
instance.ChildComponentsCreated = value
value = instance.ChildComponentsCreated
protected System.bool ChildComponentsCreated {get; set;}
protected read-write property ChildComponentsCreated: System.Boolean;
protected function get,set ChildComponentsCreated : System.boolean
protected: __property System.bool get_ChildComponentsCreated();
protected: __property void set_ChildComponentsCreated(
System.bool value
);
protected:
property System.bool ChildComponentsCreated {
System.bool get();
void set ( System.bool value);
}
See Also