Active Query Builder 2 .NET Edition reference
ShowLinkedObjectsButton Property (DataSourceOptions)



Instructs the component to show or hide the Linked Objects button near to the data source.
Syntax
'Declaration
 
Public Property ShowLinkedObjectsButton As System.Boolean
'Usage
 
Dim instance As DataSourceOptions
Dim value As System.Boolean
 
instance.ShowLinkedObjectsButton = value
 
value = instance.ShowLinkedObjectsButton
public System.bool ShowLinkedObjectsButton {get; set;}
public: __property System.bool get_ShowLinkedObjectsButton();
public: __property void set_ShowLinkedObjectsButton( 
   System.bool value
);
See Also

Reference

DataSourceOptions Class
DataSourceOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback