Active Query Builder 2 .NET Edition reference
FormEnabled Property



Allows Add Object Form to be shown; also determines visibility of appropriate popup menu item.
Syntax
'Declaration
 
Public Property FormEnabled As System.Boolean
'Usage
 
Dim instance As AddObjectFormOptions
Dim value As System.Boolean
 
instance.FormEnabled = value
 
value = instance.FormEnabled
public System.bool FormEnabled {get; set;}
public: __property System.bool get_FormEnabled();
public: __property void set_FormEnabled( 
   System.bool value
);
See Also

Reference

AddObjectFormOptions Class
AddObjectFormOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback