Active Query Builder 2 .NET Edition reference
ShowFields Property (MetadataStructureOptions)



Instructs the component to show fields of database objects in the tree.
Syntax
'Declaration
 
Public Property ShowFields As System.Boolean
'Usage
 
Dim instance As MetadataStructureOptions
Dim value As System.Boolean
 
instance.ShowFields = value
 
value = instance.ShowFields
public System.bool ShowFields {get; set;}
public: __property System.bool get_ShowFields();
public: __property void set_ShowFields( 
   System.bool value
);
Remarks
Setting this property to true is necessary if you want to use the component without Design Pane. See the PanesConfigurationOptions.DesignPaneVisible property for details.
See Also

Reference

MetadataStructureOptions Class
MetadataStructureOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback